Skip to content

Different solutions for the backpack problem, also known as Knapsack problem

Notifications You must be signed in to change notification settings

santiguti/knapsack-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knapsack Problem

Different solutions for the backpack problem, also known as Knapsack problem.

The first solution is a greedy algorithm that defines a solution from a comparator

The second solution is based on a genetic algorithm

About

Different solutions for the backpack problem, also known as Knapsack problem

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages