Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyronczt/leetcode

https://leetcode-cn.com/tyron/
https://github.com/tyronczt/leetcode

leetcode

Last synced: 12 days ago
JSON representation

https://leetcode-cn.com/tyron/

Awesome Lists containing this project

README

        

# 漫漫leetcode之路

[![Travis](https://img.shields.io/badge/language-Java-yellow.svg)](https://leetcode-cn.com/tyron/)

### 指路人:

[LeetCode All in One 题目讲解汇总](http://www.cnblogs.com/grandyang/p/4606334.html)

[用动画的形式呈现解LeetCode题目的思路](https://github.com/MisterBooo/LeetCodeAnimation)


前置知识:[漫画:什么是时间复杂度?](https://mp.weixin.qq.com/s/1rYK3urLuun5WqnibJ2t3g)


| **#** | **题名** | 解答 |
| ----- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1 | [两数之和](https://leetcode-cn.com/problems/two-sum) | [TwoSum.java](https://github.com/tyronczt/leetcode/blob/master/src/main/java/com/tyron/leetcode/TwoSum.java) |
| 2 | [两数相加](https://leetcode-cn.com/problems/add-two-numbers) | [AddTwoNumbers.java](https://github.com/tyronczt/leetcode/blob/master/src/main/java/com/tyron/leetcode/AddTwoNumbers.java) |
| 3 | [无重复字符的最长子串](https://leetcode-cn.com/problems/longest-substring-without-repeating-characters) | [LengthOfLongestSubstring.java](https://github.com/tyronczt/leetcode/blob/master/src/main/java/com/tyron/leetcode/LengthOfLongestSubstring.java) |


### 路在脚下

https://leetcode-cn.com/tyron/