akkayaburak / generic-algorithm-for-knapsack

Solving 0-1 Knapsack problem with a generic algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic Algorithm for Knapsack

Solving 0-1 Knapsack problem with a generic algorithm.

There are 5 test.txt files for testing the algorithm.

Run this on the same directory for the first test and so on :

python GA.py test1.txt

About

Solving 0-1 Knapsack problem with a generic algorithm


Languages

Language:Python 100.0%