R/lab6.R

#' @title lab6
#'
#' @description Three different implementations of solving the knapsack problem
#' Dynamic, brute force and greedy
#'
#' @name lab6
#' @docType package
NULL
SimonJonsson/lab6 documentation built on May 7, 2019, 2:53 a.m.