Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 797c6a62fd485c0304b8fe96b1b4e5fead3e45ba

deletions | additions      

       

%%%  \definecolor{LightGray}{gray}{0.85}  \begin{tabular}{ |c|c|c|c|c| |g|c|c|c|c|  } \hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{green!20!white}   \cellcolor{green!20!white}  \multirow{2}{*}{Name} & \multicolumn{3}{|c|}{Performance} & \multirow{2}{*}{Memory} \\ \cline{2-4} & Best & Average & Worst & \\   \hline  {\columncolor{LightGray} Quicksort} 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\\  \hline  \end{tabular}