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
vector find « Vector « C++
C++
Vector
vector find
1.
Locate maximum element in a vector
2.
Locate minimum element in a vector
3.
Demonstrating the generic find algorithm with a vector
4.
Find the min value in the vector
5.
Find the max value in the vector
6.
Find the first pair of matching consecutive elements
7.
Find the first of two values
8.
Find the first subsequence
9.
Find the last subsequence (which should be the same as the first)
10.
Find the first subsequence of two consecutive 8s
11.
Binary search a vector
12.
Search the vector for the elements present in the list
13.
Returns the positions of all values within a range