Skip to content

Commit

Permalink
Update example.R
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleach authored Oct 16, 2024
1 parent 0d7f195 commit 8a1d982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/knapsack/.meta/example.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
maximum_value <- function(max_wt, items) {
# This URL is > 80 chars, ignore whining from the linter:
# nolint start
# https://en.wikipedia.org/wiki/Knapsack_problem#Dynamic_programming_in-advance_algorithm
# nolint end
Expand Down

0 comments on commit 8a1d982

Please sign in to comment.