I am using this repo to study data structures and algorithms.
- Stacks
- Queues and deque (double-ended queue)
- Linked Lists
- Sets
- Dictionaries and hashes
- Sort algorithms
- Search algorithms
- Trees
- Binary heap and heap sort
- Graphs
- Algorithms design
- Complexity
pnpm test
- run in watch mode:
pnpm test:watch