Search:

Type: Posts; User: inthu

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,154

    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. Thread: How to learn OOP

    by inthu
    Replies
    7
    Views
    2,696

    Re: How to learn OOP

    Lesson: Object-Oriented Programming Concepts (The Java™ Tutorials > Learning the Java Language)
    http://www.ppig.org/papers/16th-kaasboll.pdf
    you can use this link to lean oop
  3. Replies
    5
    Views
    2,154

    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 3 of 3