stasinak/Adv_R6: Knapsack algorithm

This package contains three different functions for solving what is called the knapsack problem. The first one is Brute force search,the second one uses dynamic programming and the last one is the Greedy aproach.

Getting started

Package details

Authorgroup15
MaintainerThe package maintainers <steto820@student.liu.se>, <mimte666@student.liu.se>, <andst745@student.liu.se>
LicenseMIT+ file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stasinak/Adv_R6")
stasinak/Adv_R6 documentation built on May 14, 2019, 4:03 a.m.