Algorithm Complexity how do I tell

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
zeion
Messages
455
Reaction score
1
Hi,

If the algorithm recurrence can be shown to belong to something complicated say like

T(n) = log_{3/2} n lg(n) + (log_{3/2}(n) (log_{3/2}(n) - 1 ) /2) lg(2/3)

What order of complexity can I expect it to be in?
 
Physics news on Phys.org
In the order of the dominant term. So the term that is going to matter most when n is large.