This R package offers functionality for various implementations of algorithms addressing the knapsack problem, both in R and C++. This package is a part of the coursework for the Advanced Programming in R course (732A94) at Linköping University.
Rcpp
, stats
To install this R package, first install devtools
with install.packages("devtools")
. Then, run devtools::install_github("aurora-mm/Khwarizmi")
to install the package from GitHub.
Linn Friberg, John Möller