I am using this repo to study data structures and algorithms.
Note
I have a repo where I apply data structure and algorithms in a C++ project using external sort and external search. You can check it out on this binary crud example in C++
- 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
You need Node.js LTS installed.
mise installpnpm test- run in watch mode:
pnpm test:watchpnpm typecheck- Introduction to Algorithms, (the Cormen one). link (affiliate)
- Data structures and algorithms in JavaScript by Loiane Groner;