Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 30a16ee3535ec8693f833f71da7f1ee07db0bb73

deletions | additions      

       

\hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{FreshGreen}   \okcell\multirow{2}{*}{Name} \multirow{2}{*}{\okcell 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$ \\