"algorithms" and "algorithmic" libs in Latex

It’s been a long time since I have written here..
Well, let’s start :)
To describe an algorithm in latex just import “algorithms” and “algorithmic” libs as follows.

\usepackage{algorithm}
\usepackage{algorithmic}

Then, read the documentation for these packages. Here is it.