When i try to solve this

T(n) = 2T(n/2) + 2

recurrence relation i get order N. But

http://www.geeksforgeeks.org/archives/4583

claims that it is 3/2n-2.  The order is still N only but how do we get
the constants ?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to