项目作者: zvadaadam
项目描述 :
Knapsack algorithms
高级语言: Go
项目地址: git://github.com/zvadaadam/knapsack.git
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