-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 895 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: lab6.knapsack
Encoding: UTF-8
Type: Package
Title: Solves Knapsack problem in three ways: brute force, dynamic programming and greedy approximation.
Version: 1.0
Date: 2021-09-07
Author: person("Lech", "Kaczmarczyk", email = "lech.kaczmarczyk@liu.se", role = "aut") person("Elis", "Carlberg Larsson", email = "elis.carlberg.larsson@liu.se", role = "aut")
Description: Solutions to Lab 6 in Advanced R programming (73A94) at Linkoping University fall 2021. The package solves Knapsack problem in three ways: brute force, dynamic programming and greedy approximation.
Depends:
R (>= 2.10), gtools
RoxygenNote: 7.1.1
LazyData: true
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Maintainer: Lech Kaczmarczyk <lech.kaczmarczyk@liu.se>
Elis Carlberg Larsson <elis.carlberg.larsson@liu.se>
License: LGPL (>= 3)
VignetteBuilder: knitr