dsalgo 0.3.10

A package for Datastructures and Algorithms.
Documentation
1
2
3
//! example
//! factorize(2, 8)
//! = [(2, 4), (3, 2), (5, 1), (7, 1)]