26f1a0bd5a6beeccd2c45ee5a2a7442312dc1252
Knapsack
Author: Gregory Crawford
Compiling the Project
In order to compile the project, simply run these two commands:
cmake -B build -S .
cmake --build build
Running the Project
The program should now be compiled at ./build/bin/knapsack
Simply run the program using:
build/bin/knapsack <file>
Options
The second argument of the program is used as the input file.
EX:
build/bin/knapsack file/to/use.txt
Description
Languages
C++
91.1%
CMake
8.9%