#' Knapsack
#'
#'This package includes three functions for solving Knapsack Problem.
#' Each function uses different approach and performs with different types of
#' computational complexity.
#'
#'@details
#'
#'Functions \code{brute_force_knapsack()}, \code{greedy_knapsack()} and \code{knapsack_dynamic()} are included.
#'
#'
#'@author
#'
#'- Farid Musayev (gitHub:"faridmusayev", liuid:farmu437)
#'- Mucahit Sahin (gitHub:"mchtsahin", liuid:mucsa806)
#'- Selen Karaduman (gitHub:"selenkaraduman", liuid:selka266)
#'
#'
#'@seealso
#'Useful links:
#'
#'\url{https://en.wikipedia.org/wiki/Knapsack_problem}
#'
#'
#' @docType package
#' @name lab06
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.