Search:

Type: Posts; User: inthu

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,150

    Re: Solve the recurrence in java plzzzzzz

    yes i want in java code ..
    bcz i dont know.
    i have this question to do as work
    i cant understand i they ask me
    so i need u help plzz
  2. Replies
    5
    Views
    2,150

    Solve the recurrence in java plzzzzzz

    Consider the following recurrence:

    T(1) = 4
    T(n) = 2T(n/2) + 5n + 3

    • Evaluate the value of T(n) for n = 2, 4, 8, 16, 32
    • Solve the above recurrence exactly by finding a closed form...
Results 1 to 2 of 2