Mazdak Farrokhzad edited Version1.tex  over 10 years ago

Commit id: 78ba9a40874399ffe082e381c6ad6e37777acfb1

deletions | additions      

       

\subsection{Version 1}  \\* \newline  \subsubsection{Rough estimate}  The 3 nested loops takes in worst case: $ne * nd * nc = n^3 * cde = kn^3$.  \textbf{Conclusion:} The algorithm computes with $\mathcal{O}(n^3)$ time complexity.  \\* \newline  \subsubsection{Mathematically correct estimate}  The mathematically correct estimate is represented by the function $T(n)$.