Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsanity03/leetcode_problems
Repository consists of solution for data structures and algorithms focusing on technical problems.
https://github.com/linsanity03/leetcode_problems
array backtracking-algorithm binary-search dynamic-programming graphs-algorithms hashmap heap-algorithm leetcode linked-list python3 sliding-window stack two-pointers
Last synced: about 21 hours ago
JSON representation
Repository consists of solution for data structures and algorithms focusing on technical problems.
- Host: GitHub
- URL: https://github.com/linsanity03/leetcode_problems
- Owner: LINSANITY03
- Created: 2023-08-14T13:03:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T17:06:55.000Z (over 1 year ago)
- Last Synced: 2024-12-18T12:14:04.092Z (about 2 months ago)
- Topics: array, backtracking-algorithm, binary-search, dynamic-programming, graphs-algorithms, hashmap, heap-algorithm, leetcode, linked-list, python3, sliding-window, stack, two-pointers
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode solution
these are Neetcode 150 solutions from https://neetcode.io/practice
1. Array-Hashing
2. Two-Pointer
3. Sliding-Window
4. Stack
5. Binary-Search
6. Linked-List
7. Trees
8. Tries
9. Heap/Priority Queue
10. Backtracking
11. Graphs
12. Advanced Graphs
13. 1-D Dynamic Programming