ZeeshanKhalid2k01 / Knapsack-Problem

to find the optimal weight of bag of 20 kg having highest significance,, This program use random list depends upon the choice of user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knapsack-Problem

To find the optimal weight of bag of 20 kg having highest significance,, This program use random list depends upon the choice of user

How to run the program

Use any python compiler

For Easiness first give (3-10) value as input

Because this program does alot of Binary comparisons, therefore the program goes through alot of decisions. And it is helpfull to new user to enter such these small values to visualize the comparison tasks

NOTE:

After processing phase, if input is bigger. The program still needs some time to generate Output

Output:

Given in the file named Knapsack.docs

About

to find the optimal weight of bag of 20 kg having highest significance,, This program use random list depends upon the choice of user


Languages

Language:Python 100.0%