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

https://github.com/a920604a/leetcode

leetcode to record
https://github.com/a920604a/leetcode

algorithms data-structures

Last synced: about 1 year ago
JSON representation

leetcode to record

Awesome Lists containing this project

README

          

+ [參考資料](https://zhenchaogan.gitbook.io/leetcode-solution/)
+ [參考資料2](https://www.cnblogs.com/grandyang/p/4606334.html)
+ [參考資料3](https://books.halfrost.com/leetcode/)
1. Understand the problem
2. Find a brute force solution
3. Optimize the brute force solution
4. Code the solution
5. Test the solution

# some lists you can follow
- [Blind Curated 75](https://www.techinterviewhandbook.org/best-practice-questions/) [Blind 75 LeetCode Questions](https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions)
- [Grokking-the-Coding-Interview-Patterns](https://github.com/a920604a/leetcode/blob/main/Grokking-the-Coding-Interview-Patterns.md)
- [Cracking the coding interview-part1](https://github.com/a920604a/leetcode/blob/main/Cracking-the-coding-interview-part1.md)
- [Cracking the coding interview part2](https://github.com/a920604a/leetcode/blob/main/Cracking-the-coding-interview-part2.md)
- [50 Interview Questions](https://github.com/a920604a/leetcode/blob/main/50-Interview-Questions.md)
- [Algorithm Problem Classification](https://www.programcreek.com/2013/08/leetcode-problem-classification/)