Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlauKL authored Mar 6, 2019
1 parent e819bba commit b41a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Bad sorting algorithms (don't use these!):
- [Convex Hull](Convex%20Hull/).
- [Miller-Rabin Primality Test](Miller-Rabin%20Primality%20Test/). Is the number a prime number?
- [MinimumCoinChange](MinimumCoinChange/). A showcase for dynamic programming.

- [Genetic](Genetic/). A simple example on how to slowly mutate a value to its ideal form, in the context of biological evolution.
### Mathematics

- [Greatest Common Divisor (GCD)](GCD/). Special bonus: the least common multiple.
Expand Down

0 comments on commit b41a01d

Please sign in to comment.