Most of the STL functions are in the Algorithm file as it could be applied almost every STL containers.
Find complete hand-written notes with time complexities from here.
  - Algorithm
 
    
      - Binary Search
 
      - Upper/Lower Bound
 
      - min/max
 
      - Reverse/Rotate
 
      - Sort/Swap etc.
 
    
 
  - Containers
 
    
      - Sequence Container
 
        
      - Container Adaptors
 
        
      - Associative Containers
 
        
      - Unordered Associative
 
        
          - Unordered Set
 
          - Unordered Map
 
          - Unordered MultiSet
 
          - Unordered MultiMap
 
        
    
- Binary Search
 - Upper/Lower Bound
 - min/max
 - Reverse/Rotate
 - Sort/Swap etc.
 
- Sequence Container
 - Container Adaptors
 - Associative Containers
 - Unordered Associative
 - Unordered Set
 - Unordered Map
 - Unordered MultiSet
 - Unordered MultiMap