Description Details Author(s) See Also
This package includes three functions for solving Knapsack Problem. Each function uses different approach and performs with different types of computational complexity.
Functions brute_force_knapsack()
, greedy_knapsack()
and knapsack_dynamic()
are included.
Farid Musayev (gitHub:"faridmusayev", liuid:farmu437)
Mucahit Sahin (gitHub:"mchtsahin", liuid:mucsa806)
Selen Karaduman (gitHub:"selenkaraduman", liuid:selka266)
Useful links:
https://en.wikipedia.org/wiki/Knapsack_problem
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.