knapsack_01_brute_test


knapsack_01_brute_test, a C code which calls knapsack_01_brute(), which uses brute force to solve small versions of the 0/1 knapsack problem.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

knapsack_01_brute, a C code which uses brute force to solve small versions of the 0/1 knapsack problem;

Source Code:


Last revised on 09 July 2010.