faqts : Computers : Programming : Algorithms : Mathematical : Mathematical Functions For Computing Algorithms : Formulas

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

22 of 33 people (67%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

What is the minimum number of iterations to sort a list of length N?

Jun 14th, 2000 09:43
Matt Gregory,


The minimum number of iterations to sort a list of length N is:
N * log(n).