|
|
|
|
|
by mdaniel
568 days ago
|
|
I'm not them, but I think it's a variation of the subset-sum problem If we modify the question to be "sum to 100" (to just seriously reduce the number of example boxes required) then given: | 50 | 20 | 24 |
| 7 | 5 | 1 |
| 51 | 51 | 51 |
the solution would be | [50] | [20] | [24] |
| 7 | [ 5] | [ 1] |
| 51 | 51 | 51 |
| right | down | win
| X | right | up
| X | X | X
|
|
I don't have a link because it's part of a lesson plan set behind a payment on teachers pay teachers.