Problem 629
Posted: Sun Oct 14, 2018 2:02 pm
Got stuck with understanding the specification :
Why is f(5,2) = 3 ?
k=2 means that there are only 2 piles allowed, so IMHO only {2,3} and {1,4} are allowed. So why is there {1,1,1,2} in the list ?
And why is f(5,3) = 5 ? Why is {5} in the list which does not look similar to a split as required ?
Why is f(5,2) = 3 ?
k=2 means that there are only 2 piles allowed, so IMHO only {2,3} and {1,4} are allowed. So why is there {1,1,1,2} in the list ?
And why is f(5,3) = 5 ? Why is {5} in the list which does not look similar to a split as required ?