Skip to content

Very simple tool to generate with dynamic programming the table where is possible to find the x* of the knapsack problem

Notifications You must be signed in to change notification settings

adixia/Knapsack-problem-dynamic-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Knapsack-problem-dynamic-programming

Very simple tool to generate with dynamic programming the table of the solution x* to the knapsack problem. The code takes inspiration from the one exposed here: http://www.geeksforgeeks.org/knapsack-problem/

To use the program just download and compile the file knapsack.c :D

About

Very simple tool to generate with dynamic programming the table where is possible to find the x* of the knapsack problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages