/Khwarizmi

Various implementations of algorithms for solving the knapsack problem.

Primary LanguageR

R-CMD-check

Overview

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.

Dependencies

Rcpp, stats

Installation

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.

Authors

Linn Friberg, John Möller