Module algorithms

Source
Expand description

Collection of coin selection algorithms including Knapsack, Branch and Bound (BNB), First-In First-Out (FIFO), Single-Random-Draw (SRD), and Lowest Larger

Modulesยง

bnb
fifo
knapsack
leastchange
lowestlarger
srd