Because even wizards need spellbooks.
Welcome to AlgoVault, your go-to repository for LeetCode solutions and bite-sized breakdowns of data structures and algorithms! Whether you're prepping for interviews, sharpening your problem-solving skills, or just here for the coding dopamine hits, you’re in the right place.
Learn the building blocks before you build the castle.
- Arrays & Strings: Sliding windows, two pointers, and more!
- Trees & Graphs: BFS, DFS, and trie tricks.
- Dynamic Programming: From Fibonacci to knapsack nightmares.
- Sorting & Searching: Because chaos is overrated.
- …and more!
Solved with ❤️ (and occasional tears).
- Topics: Arrays, Trees, DP, Backtracking, Trees, Graphs etc.
- Optimized Approaches: Time/space complexity notes included.
- Browse by Topic: Check the
/concepts
folder for cheat sheets. - Find a Problem: Solutions are in
/leetcode
(e.g.,two-sum.cpp
). - Learn & Adapt: Steal the code, but understand it first!
# Clone the repo
git clone https://github.com/suzalshrestha/leetcode.git