Skip to content

Commit 3849a1d

Browse files
authored
Update README.markdown
1 parent 46c22ac commit 3849a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Bad sorting algorithms (don't use these!):
101101
- [Miller-Rabin Primality Test](Miller-Rabin%20Primality%20Test/). Is the number a prime number?
102102
- [MinimumCoinChange](MinimumCoinChange/). A showcase for dynamic programming.
103103
- [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.
104+
- [Myers Difference Algorithm](Myers%20Difference%20Algorithm/). Finding the longest common subsequence of two sequences.
105105
### Mathematics
106106

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

0 commit comments

Comments
 (0)