Division // Notes | Value-based | Pointer-based |
---|---|---|
Sequence-based //External ordering, access by index | ||
Sorted sequence-based //Internal ordering, access by index | ||
Associative container-based //Internal ordering, access by key | ||
(set-based) | ||
(map-based) | ||
Associative hash-based //No ordering, access by key | ||
(set-based) | ||
(map-based) | ||
Associative ordered hash-based //External ordering, access by key | ||
(set-based) | ||
(map-based) |