Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 322 Bytes

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