|
10 | 10 | ### Data Structures
|
11 | 11 | - [X] Arrays
|
12 | 12 | - [X] Hash Tables
|
| 13 | +- [ ] Stacks |
| 14 | +- [ ] Queues |
13 | 15 | - [ ] Linked Lists
|
14 | | -- [ ] Stacks & Queues |
15 | 16 | - [ ] Trees
|
16 | 17 | - [ ] Binary Search Tree (BST)
|
17 | 18 | - [ ] AVL Tree
|
|
23 | 24 |
|
24 | 25 | ### Algorithms
|
25 | 26 | - [ ] Recursion
|
26 | | -- [ ] Sorting |
| 27 | +- [ ] Dynamic Programming |
| 28 | +- [ ] Comparison Sorting |
| 29 | + - [ ] *Merge Sort* |
| 30 | + - [ ] *Quick Sort* |
| 31 | + - [ ] Bubble Sort |
| 32 | + - [ ] Selection Sort |
| 33 | + - [ ] Insertion Sort |
27 | 34 | - [ ] Searching
|
28 | 35 | - [ ] Linear Search
|
29 | 36 | - [ ] Binary Search
|
30 | 37 | - [ ] Breadth First Search (BFS)
|
31 | 38 | - [ ] Depth First Search (DFS)
|
32 | | -- [ ] Dynamic Programming |
33 | 39 |
|
34 | 40 | ## Environment
|
35 | 41 | - Deno 1.2.1
|
36 | 42 | - V8 8.5.216
|
37 | 43 | - TypeScript 3.9.2
|
38 | 44 |
|
39 | 45 | ## Resources
|
40 | | -- [The Data Structures Handbook](https://www.thedshandbook.com/ "DS Handbook") |
| 46 | +- [The Data Structures Handbook](https://www.thedshandbook.com/ "DS Handbook") |
| 47 | +- [Comprehensive List of Data Structures](https://en.wikipedia.org/wiki/List_of_data_structures "Wikipedia: DS List") |
0 commit comments