zvadaadam / knapsack

Knapsack algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knapsack Problem

Implementation of various algorithms for solving knapsack problem

Compile

Knapsack algorithms are implemented in GoLang, just run this command to generated the executable.

$ go build main.go

Run

$ ./main -algorithm=<algorithm_name> < <knapsack_input>

Generator

About

Knapsack algorithms


Languages

Language:Go 56.8%Language:C 17.3%Language:Python 14.8%Language:Shell 10.6%Language:Makefile 0.4%