Skip to content

Commit 5d378d5

Browse files
authored
Update README.markdown
Addresses kodecocodes#477
1 parent 919a5fe commit 5d378d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ Bad sorting algorithms (don't use these!):
9393

9494
- [Shuffle](Shuffle/). Randomly rearranges the contents of an array.
9595
- [Comb Sort](Comb%20Sort/). An improve upon the Bubble Sort algorithm.
96+
- [Convex Hull](Convex%20Hull/).
97+
- [Miller-Rabin Primality Test](Miller-Rabin%20Primality%20Test/). Is the number a prime number?
98+
- [MinimumCoinChange](MinimumCoinChange/). A showcase for dynamic programming.
9699

97100
### Mathematics
98101

@@ -157,6 +160,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
157160
- Fibonacci Heap
158161
- [Trie](Trie/). A special type of tree used to store associative data structures.
159162
- [B-Tree](B-Tree/). A self-balancing search tree, in which nodes can have more than two children.
163+
- [QuadTree](QuadTree/). A tree with 4 children.
160164

161165
### Hashing
162166

0 commit comments

Comments
 (0)