Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 809a309e51624d5d4eccfdd6c9034515f0774791

deletions | additions      

       

\hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{green!20!white}   Name \multirow{2}{*}{Name}  & \multicolumn{3}{|c|}{Performance} & \multirow{2}{*}{Memory} \\ \cline{2-4} & Best & Average & Worst & \\   \hline  {\columncolor{LightGray} Quicksort} & $n \log(n)$ & $n \log(n)$ & $n^2$ & $\log n$ \\