A brute force approach to the NP-Complete "Knapsack" problem.
C++GPL-2.0
knapsack
A brute force version of the knapsack problem written in C with a couple of functions imported from C++. Currently, two solutions exist, one written in standard C/C++ and another written for parallel processing using Open MPI.