129
edits
Changes
→List of STL Functions:
'''Algorithms'''
Are supported by STL for various algorithms such as sorting, searching and accumulation. All can be found within the header "'''<algorithm>'''".Examples include sort() and reverse functions()
'''STL iterators'''
#include<iterator>
foo(){