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 10, 2019
1 parent 5e55f92 commit 46c22ac
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 @@ -101,7 +101,7 @@ Bad sorting algorithms (don't use these!):
- [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.
- [Myers Difference Algorithm](Myers\ Difference\ Algorithm/). Finding the longest common subsequence of two sequences.
- [Myers Difference Algorithm](Myers Difference Algorithm/). Finding the longest common subsequence of two sequences.
### Mathematics

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

0 comments on commit 46c22ac

Please sign in to comment.