matthias152 / algorithms

0 stars 0 forks source link

Upgrade program.py #10

Open DamianJaskolski95 opened 2 years ago

DamianJaskolski95 commented 2 years ago

Move program.py outside of knapsack directiory. Refactor code to be ready to run other problems. The while loop should first ask which problem you want to run, then there is next loop with specific algorithms. Something like that:

Hello, this is program to solve some problems Which problem you want to run? <knapsack, TSP, etc.>

Which algorithm you want to run?

We want to create global run file.