8000 Update README.markdown · richiewoo/swift-algorithm-club@b41a01d · GitHub
[go: up one dir, main page]

Skip to content

Commit b41a01d

Browse files
authored
Update README.markdown
1 parent e819bba commit b41a01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Bad sorting algorithms (don't use these!):
100100
- [Convex Hull](Convex%20Hull/).
101101
- [Miller-Rabin Primality Test](Miller-Rabin%20Primality%20Test/). Is the number a prime number?
102102
- [MinimumCoinChange](MinimumCoinChange/). A showcase for dynamic programming.
103-
103+
- [Genetic](Genetic/). A simple example on how to slowly mutate a value to its ideal form, in the context of biological evolution.
104104
### Mathematics
105105

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

0 commit comments

Comments
 (0)
0