guardian / coding-exercises

Coding exercises
447 stars 175 forks source link

Split the treasure #4

Closed rrees closed 9 years ago

rrees commented 9 years ago

Example of knapsack/partitioning problem. There are pretty good heuristic solutions but the key to the problem is actually creating good tests, particularly of edge cases.

jennysivapalan commented 9 years ago

:+1: :moneybag: