knapsack_greedy_test


knapsack_greedy_test, an Octave code which calls knapsack_greedy(), which uses a greedy algorithm to estimate solutions of the knapsack problem.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

knapsack_greedy, an Octave code which uses a greedy algorithm to estimate solutions of the knapsack problem;

Source Code:


Last revised on 26 October 2022.