Skip to content

Commit

Permalink
Update exercises/practice/knapsack/.meta/example.8th
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jackman <glenn.jackman@gmail.com>
  • Loading branch information
ErikSchierboom and glennj authored May 15, 2024
1 parent d13201b commit 21ae700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/knapsack/.meta/example.8th
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
: maximum-values \ n -- a
n:1+ [0] swap a:smear
n:1+ a:new 0 a:push swap a:smear
;

: update-maximum-for-item-and-weight \ n a m n -- n a m
Expand Down

0 comments on commit 21ae700

Please sign in to comment.