14 lines
		
	
	
		
			568 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			568 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: STL Algorithms
 | |
| ---
 | |
| 
 | |
| ## STL Algorithms
 | |
| 
 | |
| 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.
 | |
| 
 | |
| 
 | |
| 
 | |
| ### 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)
 |