i have the following code of an algo. So far i was making separate index for algorithms but now i want them to come under figure index.
Code: Select all
\algsetup{
linenosize=\small,
linenodelimiter=.
}
\floatname{algorithm}{Algorithm}
\begin{algorithm}
\caption{get\_partition}
\label{algo1}
%\algsetup{indent=2em}
\begin{algorithmic}[1]
bla bla ...
\end{algorithmic}
\end{algorithm}