Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 835c8c30d814ddf651f18bbfa6d9fb3ef58d85c3

deletions | additions      

       

\hline  Quicksort & $n \log(n)$ & $n \log(n)$ & $n^2$ & $\log n$ \\  Merge Sort & $n \log(n)$ & $n \log(n)$ & $n \log(n)$ & $n$ worst case\\  In-place merge Sort & -- & -- & $n \log^2(n)$ & 1 \\  \hline  \end{tabular} Source for the tabular data: \url{http://en.wikipedia.org/wiki/Sorting_algorithm}