Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/tyronczt/leetcode
- Owner: tyronczt
- Created: 2018-12-11T17:41:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T07:30:44.000Z (about 1 month ago)
- Last Synced: 2024-12-02T08:30:36.448Z (about 1 month ago)
- Topics: leetcode
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/