faridmusayev/R_lab06: Knapsack Problem

This package includes three different functions for solving Knapsack Problem. Functions are based on different approaches that are "brute force", "dynamic programming" and "greedy heuristic". Each approach illustrates its own computational complexity.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("faridmusayev/R_lab06")
faridmusayev/R_lab06 documentation built on Dec. 20, 2021, 7:44 a.m.