Implementation of data structures and algorithms from scratch, solving interview questions, etc.
| Algorithms | Data Structures |
|---|---|
| Breadth-First Search | Graph |
| Depth-First Search | Hash Table |
| Binary Search | Linked List |
| Merge Sort | Queue |
| Quick Sort | Stack |
| Binary Tree |
$ npm ci$ npm run test