Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parinpan/leetcode
Only me particing some Leetcode problems :)
https://github.com/parinpan/leetcode
algorithms competitive-programming data-structures fang
Last synced: 5 days ago
JSON representation
Only me particing some Leetcode problems :)
- Host: GitHub
- URL: https://github.com/parinpan/leetcode
- Owner: parinpan
- Created: 2020-01-27T18:57:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T15:35:39.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:51:59.122Z (almost 2 years ago)
- Topics: algorithms, competitive-programming, data-structures, fang
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
Only me particing some Leetcode problems :)
# References
- [Graph Algorithms for Technical Interviews - Full Course, freeCodeCamp.org](https://www.youtube.com/watch?v=tWVWeAqZ0WU)
- [Algorithm by Labuladong](https://labuladong.gitbook.io/algo-en)
- [Coding Interview University](https://github.com/jwasham/coding-interview-university)
- [Bitwise - Divide Two Integer](https://leetcode.com/problems/divide-two-integers/discuss/1516367/Complete-Thinking-Process-or-Intuitive-Explanation-or-All-rules-followed-or-C%2B%2B-code)
- [Do's & Dont's for your next Coding Interview (My Google/Amazon Experience)](https://leetcode.com/discuss/general-discussion/2339080/dos-donts-for-your-next-coding-interview-my-googleamazon-experience)
- [System Design template that landed me to Google](https://leetcode.com/discuss/general-discussion/2340482/system-design-template-that-landed-me-to-google)
- [Disjoint Set Union (DSU)/Union-Find - A Complete Guide](https://leetcode.com/discuss/general-discussion/1072418/Disjoint-Set-Union-(DSU)Union-Find-A-Complete-Guide)
- [[Python/ Clear explanation] Powerful Ultimate Binary Search Template. Solved many problems.](https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets/discuss/769703/Python-Clear-explanation-Powerful-Ultimate-Binary-Search-Template.-Solved-many-problems.)
- [14 Patterns to Ace Any Coding Interview Question](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed)