Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Knapsack solver

Simple simulation of the famous 'Knapsack Problem' in the computer science written in C++.

Running the project

Run the project by running run.sh script. You can done that by starting your terminal in the root directory and using ./run.sh command.