Deyan Ginev edited subsection_Advanced_Table_Colors_subsubsection__.tex  almost 9 years ago

Commit id: 433b029cf6d37833647cda827fd2ed180cb35da6

deletions | additions      

       

\subsubsection{Backgrounds for Individual Cells}  \begin{lstlisting}  {\rowcolors{4}{green!80!yellow!50}{green!70!yellow!40}  \begin{tabular}{ |c|c|c|c|c| }  \hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\ 

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