
leetcode
fruitful1989
这个作者很懒,什么都没留下…
展开
-
[leetCode-1]two-sum (java version)
[leetCode-1]two-sum 欢迎使用Markdown编辑器 你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。 新的改变 我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客: ...原创 2019-05-21 18:03:32 · 106 阅读 · 0 评论 -
2. Add Two Numbers
2. Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two n...原创 2019-06-05 23:26:32 · 96 阅读 · 0 评论 -
3. Longest Substring Without Repeating Characters
3. Longest Substring Without Repeating Characters 题目描述 Given a string, find the length of the longest substring without repeating characters. Example 1: Input: “abcabcbb” Output: 3 Explanation: The an...原创 2019-06-09 16:59:17 · 463 阅读 · 2 评论 -
4. Median of Two Sorted Arrays
4. Median of Two Sorted Arrays 题目描述 There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log ...原创 2019-06-09 19:54:36 · 110 阅读 · 0 评论 -
Leetcode 0007. 整数反转
题目# 题目描述# 题目思路# 题目解法新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入 # 题目描述 # 题...原创 2019-06-16 11:38:15 · 106 阅读 · 0 评论