1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| ...
================================================================================
à rendre= 10
Solution: [10]
Solution: [5, 5]
Solution: [2, 2, 2, 2, 2]
Meilleure solution: [10]
================================================================================
à rendre= 11
Aucune solution
================================================================================
à rendre= 12
Solution: [10, 2]
Solution: [5, 5, 2]
Meilleure solution: [10, 2]
...
================================================================================
à rendre= 351
Aucune solution
================================================================================
à rendre= 352
Solution: [200, 100, 50, 2]
Solution: [100, 100, 100, 50, 2]
Solution: [50, 50, 50, 50, 50, 50, 50, 2]
Solution: [20, 20, 20, 20, 20, 20, 20, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 2]
Meilleure solution: [200, 100, 50, 2]
... |
Partager