Skip to content

asgunzi/KnapsackDynamicProgrammingVBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Using Dynamic Programming to solve the Knapsack Problem

Dynamic Programming is one very useful technique for solving problems like the Knapsack problem.

The basic idea of Dynamic programming is to break down a problem in recursive subproblems. Each subproblem must be easy to solve, and its solution stored in some data structure to be used again.

About

Excel-Vba tool for solving the knapsack problem using dynamic programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published