Deyan Ginev edited subsubsection_Backgrounds_for_Individual_Cells__.tex  almost 9 years ago

Commit id: 5b5e5d0602bc8d64ebbea60660e3ab3be1ee61da

deletions | additions      

       

\hline  \multicolumn{5}{|c|}{Comparison of Sorting Algorithms} \\  \hline \rowcolor{FreshGreen}   \multirow{2}{*}{Name} \multirow{2}{*}{\okcell Name}  & \multicolumn{3}{|c|}{Performance} & \multirow{2}{*}{Memory} \\ \cline{2-4}\rowcolor{FreshGreen}   &\whitecell \cline{2-4}  &  Best &\whitecell &  Average &\whitecell &  Worst & \\ \hline  Quicksort & \okcell $n \log(n)$ & \okcell $n \log(n)$ & \badcell $n^2$ & \avgcell $\log n$ \\  Merge Sort & \okcell $n \log(n)$ & \okcell $n \log(n)$ & \okcell $n \log(n)$ & \badcell $n$ worst case\\