#' Lab6RT: Different methods for solving the knapsack problem
#'
#' The Lab6RT package contains three methods; brute force, dynamic programming, and greedy heuristic, to solve the knapsack problem.
#'
#' brute_force_knapsack(), dynamic_knapsack(), greedy_knapsack()
#'
#'
#'
#' @docType package
#' @name Lab6RT
NULL
## usethis namespace: start
#' @useDynLib Lab6RT, .registration = TRUE
## usethis namespace: end
## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.