Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 364 Bytes

File metadata and controls

6 lines (4 loc) · 364 Bytes

Generic-Algorithm

Solving two problems using a generic algorithm.

  • Problem 1 - Box with 20 dials and a screen. Find the combinations of dials for which the number on the screen will be 0.
  • Problem 2 - Classic knapsack problem. There are 100 items that you would like to take with you. Each item has a utility and the overwall weight limit is 500 kg.