README.md

Rlab06

Build Status

Introduction

This package contains three different functions for solving the knapsack problem. These three functions implement knapasck problem by different algorithm.

  1. Brute force search

  2. Dynamic programming

  3. Greedy heuristic

Installation

{r eval = FALSE} devtools::install_github("Yusur/Rlab06", build_vignettes = TRUE)



Yusur/Rlab06 documentation built on May 13, 2019, 11:09 a.m.