Go to file
2023-07-25 22:59:09 -05:00
src Initial commit 2023-07-25 22:59:09 -05:00
test Initial commit 2023-07-25 22:59:09 -05:00
CMakeLists.txt Initial commit 2023-07-25 22:59:09 -05:00
Readme.md Initial commit 2023-07-25 22:59:09 -05:00

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