Associative-Container Design

  1. Data-Structure Genericity
  2. Genericity discusses generic manipulation of containers based on different underlying data structures.
  3. Genericity discusses generic manipulation of containers with different mapping semantics.
  4. Tree-Based Containers describes the design and policies of tree-based containers.
  5. Trie-Based Containers describes the design and policies of trie-based containers.
  6. Hash-Based Containers describes the design and policies of hash-based containers.
  7. List-Based Containers describes the design and policies of list-based containers with update policies.