Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.04 KB

Knapsack-problem

Resolving the classical Knapsack problem: Given a set of items, each with a weight and a value, determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large as possible.

License

Completely free (GNU)! See LICENSE for more.

##Install

For Debian based systems: make sure you have Python 3.6 installed, and run the following commands :

$ sudo apt-get install python3 python3-pip                                
$ git clone https://github.com/MahamdiAmine/Knapsack-problem.git                                
$ cd Knapsack-problem/
$ virtualenv --python=python3.5 env
$ source env/bin/activate
$ pip install -r requirements.txt

Contact

To contact me, click here.

Read the Report

To read the documentation click here.