Add min/max algorithms

This commit is contained in:
2018-04-22 12:08:33 +02:00
parent e8222123e6
commit 86053de8c9
2 changed files with 196 additions and 0 deletions

View File

@ -14,4 +14,5 @@
*/
module tanya.algorithm;
public import tanya.algorithm.comparison;
public import tanya.algorithm.mutation;