Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: ec2fe69bb3acf1437337c1ecd942ab24f9b441be

deletions | additions      

       

\end{lstlisting}  %%%  %\definecolor{LightGray}{gray}{0.85} \definecolor{LightGray}{gray}{0.85}  \newcolumntype{g}{>{\columncolor{LightGray}}c}  \begin{tabular}{ |g|c|c|c|c| }  \hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{green!20!white}   Name {\columncolor{green!20!white}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$ \\