Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cea03ba

Browse files
Added details to README
1 parent 58df89c commit cea03ba

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

‎README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
### Data Structures
1111
- [X] Arrays
1212
- [X] Hash Tables
13+
- [ ] Stacks
14+
- [ ] Queues
1315
- [ ] Linked Lists
14-
- [ ] Stacks & Queues
1516
- [ ] Trees
1617
- [ ] Binary Search Tree (BST)
1718
- [ ] AVL Tree
@@ -23,18 +24,24 @@
2324

2425
### Algorithms
2526
- [ ] Recursion
26-
- [ ] Sorting
27+
- [ ] Dynamic Programming
28+
- [ ] Comparison Sorting
29+
- [ ] *Merge Sort*
30+
- [ ] *Quick Sort*
31+
- [ ] Bubble Sort
32+
- [ ] Selection Sort
33+
- [ ] Insertion Sort
2734
- [ ] Searching
2835
- [ ] Linear Search
2936
- [ ] Binary Search
3037
- [ ] Breadth First Search (BFS)
3138
- [ ] Depth First Search (DFS)
32-
- [ ] Dynamic Programming
3339

3440
## Environment
3541
- Deno 1.2.1
3642
- V8 8.5.216
3743
- TypeScript 3.9.2
3844

3945
## 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /