Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzy979/leetcode
力扣做题记录
https://github.com/zzy979/leetcode
algorithm leetcode leetcode-solutions
Last synced: about 21 hours ago
JSON representation
力扣做题记录
- Host: GitHub
- URL: https://github.com/zzy979/leetcode
- Owner: ZZy979
- Created: 2020-10-11T03:17:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T16:10:13.000Z (6 days ago)
- Last Synced: 2024-11-09T17:20:34.748Z (6 days ago)
- Topics: algorithm, leetcode, leetcode-solutions
- Language: Python
- Homepage: https://leetcode.cn/
- Size: 790 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
力扣做题记录## [算法](https://leetcode.cn/problemset/algorithms/)
* [1-500](Algorithms/solutions_1.md)
* [501-1000](Algorithms/solutions_2.md)
* [1001-1500](Algorithms/solutions_3.md)
* [1501-2000](Algorithms/solutions_4.md)
* [2001-2500](Algorithms/solutions_5.md)
* [2501-3000](Algorithms/solutions_6.md)
* [3001-3500](Algorithms/solutions_7.md)
* [其他](Algorithms/solutions_other.md)## [数据库](https://leetcode.cn/problemset/database/)
[解答](Database/solutions.md)## [多线程](https://leetcode.cn/problemset/concurrency/)
[解答](Concurrency/solutions.md)## [程序员面试金典](https://leetcode.cn/problem-list/xb9lfcwi/)
[解答](程序员面试金典/solutions.md)## [剑指Offer](https://leetcode.cn/problem-list/xb9nqhhg/)
[解答](剑指Offer/solutions.md)## [剑指Offer(专项突击版)](https://leetcode.cn/problem-list/e8X3pBZi/)
[解答](剑指Offer2/solutions.md)