Search:

Type: Posts; User: yuppy

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,276

    ok so now i need an answer to my questions...

    ok so now i need an answer to my questions anyone?? I have gave an answer and want some help!!!
  2. Replies
    6
    Views
    3,276

    Please anyone!

    Please anyone!
  3. Replies
    6
    Views
    3,276

    Yes it is C! its about algorithm analysis

    Yes it is C! its about algorithm analysis
  4. Replies
    6
    Views
    3,276

    Recurrence relations

    I have this question and not sure if i answer it properly

    SumU(S,x,y)
    if x=y
    return S[x]
    else
    return S[x] + SumU(S,x+1,y)


    i was asked to give the recurrence relation for the time taken...
Results 1 to 4 of 4