- push_back: O(1)
- emplace_back: O(n)
- back: O(1)
- other: O(n)
- sorted: O(log n)
- other: O(n)
- back/front: O(1)
- other: O(n)
- back/front: O(1)
- other: O(n)
- sorted: O(log n)
- other: O(n)
- back/front: O(1)
- with iterator: O(1)
- index: O(n)
- back/front: O(1)
- with iterator: O(1)
- index: O(n)
- back/front: O(1)
- other: O(n)