This package contains three different functions for solving the knapsack problem. These three functions implement knapasck problem by different algorithm.
Brute force search
Dynamic programming
Greedy heuristic
{r eval = FALSE}
devtools::install_github("Yusur/Rlab06", build_vignettes = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.