Knapsack Problem/Visual Basic: Difference between revisions

m
Fixed syntax highlighting.
m (make page a collection)
m (Fixed syntax highlighting.)
 
Line 1:
{{collection|Knapsack Problem}}
{{works with|Visual Basic|6.0}}
<langsyntaxhighlight lang="vb">Option Explicit
 
Type TreasureType
Line 159:
BuildDesc = cTmp
 
End Function</langsyntaxhighlight>
 
Output:
9,476

edits