+ Reply to Thread
Results 1 to 1 of 1

Thread: Recurrence relation T(n) = aT(n/b) + O(something) : What should I do if 0 < a < 1?

  1. #1
    Exem is offline Newbie
    Join Date
    Mar 2009
    Posts
    12
    Blog Entries
    1
    Rep Power
    0

    Recurrence relation T(n) = aT(n/b) + O(something) : What should I do if 0 < a < 1?

    ...
    Last edited by Exem; 03-15-2010 at 12:41 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Relation Between Columns of a same table
    By shivam in forum Database & Database Programming
    Replies: 14
    Last Post: 01-25-2011, 07:20 PM
  2. dynamic row and column relation for a matrix
    By mishraamits in forum C# Programming
    Replies: 0
    Last Post: 05-10-2010, 09:01 AM
  3. Database Relation Help
    By ahmed in forum Database & Database Programming
    Replies: 7
    Last Post: 03-08-2010, 06:35 PM
  4. Doubt with recurrence for C# program, please help!
    By fhuneeus in forum C# Programming
    Replies: 7
    Last Post: 05-31-2009, 05:00 PM
  5. From E-Relation to Partition???
    By gammaman in forum C and C++
    Replies: 11
    Last Post: 02-13-2009, 05:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts