Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: caf3f533d37a32a41903c127d3eaa41b9aed29b8

deletions | additions      

       

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