We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c22ac commit 3849a1dCopy full SHA for 3849a1d
README.markdown
@@ -101,7 +101,7 @@ Bad sorting algorithms (don't use these!):
101
- [Miller-Rabin Primality Test](Miller-Rabin%20Primality%20Test/). Is the number a prime number?
102
- [MinimumCoinChange](MinimumCoinChange/). A showcase for dynamic programming.
103
- [Genetic](Genetic/). A simple example on how to slowly mutate a value to its ideal form, in the context of biological evolution.
104
-- [Myers Difference Algorithm](Myers Difference Algorithm/). Finding the longest common subsequence of two sequences.
+- [Myers Difference Algorithm](Myers%20Difference%20Algorithm/). Finding the longest common subsequence of two sequences.
105
### Mathematics
106
107
- [Greatest Common Divisor (GCD)](GCD/). Special bonus: the least common multiple.
0 commit comments