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
- Host: GitHub
- URL: https://github.com/a920604a/leetcode
- Owner: a920604a
- Created: 2021-06-15T12:27:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T02:23:23.000Z (over 3 years ago)
- Last Synced: 2024-05-20T23:21:24.667Z (almost 2 years ago)
- Topics: algorithms, data-structures
- Language: C++
- Homepage: https://github.com/a920604a/leetcode/wiki
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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/)