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
Deque « Data Structure « C++
C++
Data Structure
Deque
1.
One way to reverse-copy a deque.
2.
Use reverse iterators.
3.
Reverse iterators and copy.
4.
Assigning deque objects.
5.
Demonstrate swap() for deque
6.
Demonstrate resize() for deque
7.
Iterator values may change.
8.
Demonstrate raw storage iterators
9.
Demonstrate a deque.
10.
Deque: push, pop, sort, find, begin, end, insert