best-path 0.1.1

Shortest/longest path algorithms, where edge weight accumulation via either a sum or a product
Documentation
1
2
3
4
5
6
7
mod algo;
pub mod calculator;

#[cfg(test)]
mod algo_tests;
#[cfg(test)]
mod calculator_tests;