Search:

Type: Posts; User: Fork

Search: Search took 0.00 seconds.

  1. Thread: Knapsack Problem

    by Fork
    Replies
    4
    Views
    2,732

    Believe me I've tried, just can't seem to get my...

    Believe me I've tried, just can't seem to get my head around this problem for some reason
  2. Thread: Knapsack Problem

    by Fork
    Replies
    4
    Views
    2,732

    Knapsack Problem

    I want to work out the max value of items that can be placed in a bag under a weight constraint C. I have the values and weights of the items stored in two arrays and i want to make another array...
  3. Replies
    3
    Views
    2,782

    Nice one, thanks for the help :D

    Nice one, thanks for the help :D
  4. Replies
    3
    Views
    2,782

    By the way some guy called Napier came up with...

    By the way some guy called Napier came up with the algorithm, I know the maths is kind of confusing but it does work
  5. Replies
    3
    Views
    2,782

    Recursive function

    This program I wrote calculates the log of a certain number. Problem is we're supposed to use a recursive function, I tried to use one but the way I have it it could easily be replaced by putting the...
Results 1 to 5 of 5