Knapsack problem/Bounded: Difference between revisions

Content added Content deleted
(added Pascal example)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 4,972: Line 4,972:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "/fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


class Item {
class Item {