cuckoo 0.8.0

Cuckoo search algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| [Linux][lin-link] |  [Codecov][cov-link]  |
| :---------------: | :-------------------: |
| ![lin-badge]      | ![cov-badge]          |

[lin-badge]: https://github.com/phillyfan1138/cuckoo_rust/workflows/Rust/badge.svg
[lin-link]:  https://github.com/phillyfan1138/cuckoo_rust/actions
[cov-badge]: https://codecov.io/gh/phillyfan1138/cuckoo_rust/branch/master/graph/badge.svg
[cov-link]:  https://codecov.io/gh/phillyfan1138/cuckoo_rust

## Cuckoo

Implementation of Cuckoo algorithm in Rust.  

To test with verbose output,
`cargo test --features VERBOSE_FLAG -- --nocapture`