knapsack_greedy, an Octave code which uses a greedy algorithm to estimate a solution of the knapsack problem.
The information on this web page is distributed under the MIT license.
knapsack_greedy is available in a MATLAB version and an Octave version and a Python version.
octave_combinatorics, an Octave code which considers a variety of problems in combinatorics involving counting, combinations, permutations, and so on.