Created index.md under stl-algorithms directory (#19225)

Created STL-Algorithms folder along with index.md
pull/19270/head
Mohit Chandra Kukunoori 2018-10-15 17:43:47 +05:30 committed by A-J Roos
parent f937d627c8
commit d7a7fdbd31
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
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 Outlook](https://i.imgur.com/daIlXQI.png "STL-Outlook")
### References:
1. [GeeksForGeeks - STL Tutorial](https://www.geeksforgeeks.org/cpp-stl-tutorial/)
2. [Alibaba Cloud - Quick STL Tutorial](https://www.alibabacloud.com/forum/read-531)