Fixed the typos, as usual (#26141)

This commit is contained in:
Hardik Sharma
2018-11-15 11:28:06 +05:30
committed by Aditya
parent e7cc0c6d1a
commit bb03dc8c80

View File

@ -4,7 +4,7 @@ title: STL Algorithms
## STL Algorithms
STL stands for Standard Template Library. It consists various containers like Vectors,Stack,Queue etc. It also consists of some commonly used algorithms like sorting,count etc. The below image shows the quick outline of STL. We will discuss the algorithms part.
STL stands for Standard Template Library. It consists various containers like Vectors, Stacks, Queues etc. It also consists of some commonly used algorithms like sorting, counting etc. The image below shows the quick outline of STL. We will discuss the algorithms part.
![STL Outlook](https://i.imgur.com/daIlXQI.png "STL-Outlook")