Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 9d21f74d7bdf1e407a1a1be2a89bd79e9271c008

deletions | additions      

       

\subsubsection{Backgrounds for Individual Cells}  \begin{lstlisting}  \begin{tabular}{ |c|c|c|c|c| } 

\hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{green!20!white}   \multicolumn{1}{c}{Name} 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$ \\