Skip to content

Commit feeccfb

Browse files
author
Chris Pilcher
committed
Update Under Construction.markdown
Added links to algorithms submitted in PR kodecocodes#102
1 parent 2bc9a0c commit feeccfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Under Construction.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Here you'll find algorithms that are currently under construction. Suggestions and feedback is welcome!
44

5+
### Sorting
6+
7+
Special-purpose sorts:
8+
- [Radix Sort](Radix Sort/)
9+
510
### Special-purpose sorts:
611

712
- [Bucket Sort](Bucket Sort/)
@@ -13,7 +18,10 @@ Here you'll find algorithms that are currently under construction. Suggestions a
1318
### Trees
1419

1520
- [AVL Tree](AVL Tree/). A binary search tree that balances itself using rotations.
21+
- [Red-Black Tree](Red-Black Tree/)
22+
- [Threaded Binary Tree](Threaded Binary Tree/)
1623
- [Ternary Search Tree](Ternary Search Tree/)
24+
- [Trie](Trie/)
1725
- [Radix Tree](Radix Tree/)
1826

1927
### Miscellaneous

0 commit comments

Comments
 (0)