Niclas Alexandersson edited Complexity analysis.tex  about 10 years ago

Commit id: 9e10bf495be21170b6ea30fd677410ccd37c9008

deletions | additions      

       

\section{Complexity analysis}  \begin{subequations}  \begin{align*}  T(n) &=& R(n) &+ &\text{\#2}\\  & & c_0 &+ &\text{\#3}\\  & & n \cdot c_1 &+ &\text{\#4}\\  & & n \cdot c_2 &+ &\text{\#5}\\  & & n * c_3 &+ &\text{\#6}\\  & & n * log n &+ &\text{\#7}\\  & & c_4 &+ &\text{\#9}\\  & & c_5 &+ &\text{\#10}\\  & & n * c_6 &+ &\text{\#11}\\  & & n * log n &+ &\text{\#12}\\  & & n * c_7 &+ &\text{\#13}\\  & & n * c_8 &+ &\text{\#14}\\  & & n * c_9 &+ &\text{\#15}\\  & & c_10 &+ &\text{\#18}  \end{align*}  \end{subequations}