[Docs] Fix error in organization, compile
This commit is contained in:
@@ -71,13 +71,13 @@ All these have to be executed in the math environment.
|
||||
\end{itemize}
|
||||
|
||||
\subsection{CS-Commands}
|
||||
These commands have to be executed outside the math environment.
|
||||
These commands have to be executed inside math environment, except \verb|\timecomplexity| and \verb|\tc|.
|
||||
\begin{itemize}
|
||||
\item \verb|\timecomplexity| Prints the word time complexity with a coloured box.
|
||||
\item \verb|\tc| Shorthand for \verb|\tct|. Deprecated
|
||||
\item \verb|\tct| Time complexity in \tct{}-notation (average case)
|
||||
\item \verb|\tco| Time complexity in \tco{}-notation (worst case / upper bound)
|
||||
\item \verb|\tcl| Time complexity in \tcl{}-notation (best case / lower bound)
|
||||
\item \verb|\tct| Time complexity in $\tct{}$-notation (average case)
|
||||
\item \verb|\tco| Time complexity in $\tco{}$-notation (worst case / upper bound)
|
||||
\item \verb|\tcl| Time complexity in $\tcl{}$-notation (best case / lower bound)
|
||||
\item \verb|\t[R, C, N]| Simply prints a capital R, C or N in math mode as normal text. So e.g. use $\tR$ to print an R
|
||||
\end{itemize}
|
||||
|
||||
|
Reference in New Issue
Block a user