Skip to content

Instantly share code, notes, and snippets.

@jarodreyes
Created May 15, 2015 23:11
Show Gist options
  • Save jarodreyes/f59b4575f8f14b8d9640 to your computer and use it in GitHub Desktop.
Save jarodreyes/f59b4575f8f14b8d9640 to your computer and use it in GitHub Desktop.
Knapsack
[["Item","Weight","Value"],["HP",4.8,500],["Visual c++",4.38,30],["Apple Laptop",3.6,700],["Joystick (Big)",2.9,120],["Joystick (small)",2.2,75],["Powerpoint Book",1.7,20],["Battery 2",1.375,90],["Sincerely Nuts",1.25,10],["Beef Jerky",1.1,15],["Battery 1",1.078125,90],["Beans",1,10],["Palm Keyboard",0.5,35],["Webcam 1",0.46875,50],["WEbcam 2 (sphere)",0.46875,50],["KIND bars",0.4375,12],["Palm VII",0.41875,200],["Palm Tuncsten",0.40625,300],["Nokia ANimal",0.390625,300],["Nokia Blue",0.3625,300],["Camera",0.3359375,200],["Splitter",0.3125,15],["Gateway Mouse",0.265625,30],["Sprint",0.25,200],["LG",0.234375,100],["PacBell Mouse",0.21875,50],["Razor Prototype",0.203125,900],["Flashlight",0.078125,10],["TOTAL:",30.7346875,4412]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment