Libbum / elm-partition

Partition problem (number partitioning) solvers
https://package.elm-lang.org/packages/Libbum/elm-partition/latest/Partition
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

elm-partition

The partition problem is a mathematically NP-complete task which splits a set of numbers into two subsets, where the sum of these subsets is equal.

This library implements a number of different methods to obtain the subsets—some optimal and some fast.

Roadmap

License

FOSSA Status