Deyan Ginev undid 30a16ee3535ec8693f833f71da7f1ee07db0bb73  almost 9 years ago

Commit id: c48c272419cdf737e8d9731d254145e359f8c756

deletions | additions      

       

\hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{FreshGreen}   \multirow{2}{*}{\okcell Name} \okcell\multirow{2}{*}{Name}  & \multicolumn{3}{|c|}{Performance} & \multirow{2}{*}{Memory} \\ \cline{2-4}\rowcolor{FreshGreen} &\whitecell Best &\whitecell Average &\whitecell Worst & \\   \hline  Quicksort & \okcell $n \log(n)$ & \okcell $n \log(n)$ & \badcell $n^2$ & \avgcell $\log n$ \\