Skip to main content

All Questions

1 vote
1 answer
73 views

Non-greedy method of partitioning numbers

I want to find an example of where a non-greedy method of partitioning numbers is better than the greedy method. The greedy method would be to partition them so that you group as many numbers as ...
user512192's user avatar