I want algorithm to NOT show the number in caption. How can i do that? Below is the code:
\begin{algorithm}
\begin{algorithmic}
\caption{ My Algorithm}
\IF
\ELSE
\end{algorithmic}
\end{algorithm}
Please let me know.
|
I want algorithm to NOT show the number in caption. How can i do that? Below is the code:
Please let me know. |
||||
|
|
|
If this is for just one
If you want this to be the global behaviour, you can add
to the preamble. Another option is to use the caption package and declare a new label format for algorithms, suppressing the numbering:
|
||||
|
|