I have created the following algorithm command in the preamble:
\newcommand{\algo}[3]{\refstepcounter{algo}
{
\centering
\framebox[\textwidth]{
\parbox{0.95\textwidth} {\vspace{\topsep}
{\bf Algorithm \thealgo : #2}\label{#1}\\
\vspace*{-\topsep} \mbox{ }\\
{#3} \vspace{\topsep} }}
}}
How can I create a list of Algorithms like \listoffigures or \listoftables?