PatrickSVM/knapsack: Algorithms to solve the knapsack problem

This packlage implements three different algorithms for solving the knapsack problem: Brute force, dynamic programming and greedy heuristic.

Getting started

Package details

AuthorPatrick Hiemsch
MaintainerPatrick Hiemsch <patrick.hiemsch@gmail.com>
LicenseGPL (>= 3)
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("PatrickSVM/knapsack")
PatrickSVM/knapsack documentation built on Dec. 18, 2021, 6:42 a.m.