algorithms-edu 0.2.7

Algorithms for pedagogical demonstration
Documentation
1
2
3
4
pub mod factorial;
pub mod gcd;
pub mod lcm;
pub mod log2;