thinkrust_algorithms 0.1.2

Basic Algorithms: Binary Search and Find Max from an array
Documentation
1
2
pub mod binary_search; // Make it public
pub mod find_max; // Make it public