We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e819bba commit b41a01dCopy full SHA for b41a01d
README.markdown
@@ -100,7 +100,7 @@ Bad sorting algorithms (don't use these!):
100
- [Convex Hull](Convex%20Hull/).
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
### Mathematics
105
106
- [Greatest Common Divisor (GCD)](GCD/). Special bonus: the least common multiple.
0 commit comments