Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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