Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
array algorithms « STL Basics « C++
C++
STL Basics
array algorithms
1.
Using the STL generic reverse algorithm with an array
2.
Using reverse_copy to copy the array reversely
3.
Use random_shuffle algorithms with array
4.
Illustrating the generic inner_product algorithm with predicate
5.
Illustrating the generic adjacent_difference algorithm
6.
Illustrating the generic partial_sum algorithm
7.
Use the generic partition algorithms: Partition array1, putting numbers greater than 4 first, followed by those less than or equal to 4
8.
Using function templates to get the max and min value in an array