> status: active
> purpose: self-study, practice data structures and algorithms
> focus: solved problems + reusable implementations
- This repo tracks problems solved during self-study in JavaScript/TypeScript.
- Solutions are grouped by topic to make review and revision faster.
- Core data structures are implemented from scratch for practice.
Algo/ # custom searches/sorts
Problems/ # problem solutions by topic
Structures/ # data structure implementations
- Arrays
- Backtracking
- Dynamic Programming
- Graphs
- Greedy
- Linked Lists
- Sliding Window
- Trees
- Trie
- Two Pointers
- Folder names follow the topic of the problem.
- Each file is a standalone solution for quick review.
> next steps: keep adding solutions; revisit older topics for optimization