C++ C++ STL STL Algorithm
Home
C++
C++ STL
STL Algorithm
Menu
C++
C++ STL
C++ STL
STL Algorithm
array
deque
list
map
multiset
queue
set
stack
unordered_map
unordered_set
vector
Introduction
C++ accumulate() on list
C++ back_inserter()
C++ back_inserter() on list
C++ copy()
C++ copy() deque
C++ copy() first 3 elements
C++ copy() on file stream
C++ copy() on list
C++ copy() on vector
C++ count() the number of objects with a specified value
C++ find()
C++ find() Finds the first object with a specified value
C++ find() on list
C++ find() returns a list iterator
C++ find() Search value in vector
C++ find_if() Searches array of strings for first name and custom function
C++ for_each display person objects with custom function
C++ for_each() output array elements
C++ max_element()
C++ merge() Merges two containers into a third
C++ min_element()
C++ search() searches one container for a sequence in another container
C++ sort with comparator greater
C++ sort()
C++ sort() on vector
C++ sort() Sorts an array of integers
C++ sort() Sorts array of doubles in backwards order, uses greater<>() function
C++ sort() Sorts array of strings with user-written comparison function
C++ sort() Sorts Arrays and Vectors
C++ sort() Sorts float array
C++ sort() Sorts pair
C++ sort() Sorts person objects stored by pointer
C++ sort() Sorts person objects with custom comparison function
C++ sort() Sorts vector
C++ sort() with comparison function
C++ sort() with Lambda Expressions
C++ sort() with Lambda Expressions Throwing an Exception
C++ transform() to change array of inches values to cm
C++ transform() on vector
C++ transform() with Lambda Expressions