File tree 4 files changed +465
-0
lines changed
4 files changed +465
-0
lines changed Original file line number Diff line number Diff line change 8
8
lazy_static = " 1.4.0"
9
9
num-bigint = { version = " 0.4" , optional = true }
10
10
num-traits = { version = " 0.2" , optional = true }
11
+ rand = " 0.8"
11
12
12
13
[dev-dependencies ]
13
14
quickcheck = " 1.0"
Original file line number Diff line number Diff line change 69
69
* General
70
70
* [ Convex Hull] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/convex_hull.rs )
71
71
* [ Fisher Yates Shuffle] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/fisher_yates_shuffle.rs )
72
+ * [ Genetic Algorithm] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/genetic.rs )
72
73
* [ Hanoi] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/hanoi.rs )
73
74
* [ Huffman Encoding] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/huffman_encoding.rs )
74
75
* [ Kmeans] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/kmeans.rs )
You can’t perform that action at this time.
0 commit comments