[Tex/LaTex] Add List of Algorithms in thesis’s Table of content

algorithmsalgpseudocodetable of contents

I am using template provided by our university for my thesis link. I have started using latex recently. I tried different solutions from google for adding list of Algorithm, but none worked for me.

I am using following packages in my thesis for Algorithms.

\usepackage{algorithm}
\usepackage{algcompatible}
\usepackage{algpseudocode}

What will be the best way to add list of algorithms in table of content with this template?

Best Answer

 \listofalgorithms

Simply worked for me, Added this to frontmatter.tex file. But formatting is different from rest of TOC. I will accept, if anyone else want to create an answer.