assoc_design.html   [plain text]


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta name="generator" content=
  "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />

  <title>Associative Containers</title>
  <meta http-equiv="Content-Type" content=
  "text/html; charset=us-ascii" />
  </head>

<body>
  <div id="page">
    <h1>Associative-Container Design</h1>

    <ol>
      <li><a href="ds_gen.html">Data-Structure Genericity</a></li>

      <li class="c1">Genericity discusses generic manipulation of
      containers based on different underlying
      data structures.</li>

      <li class="c1">Genericity discusses generic manipulation of
      containers with different mapping semantics.</li>

      <li><a href="tree_based_containers.html">Tree-Based
      Containers</a> describes the design and policies of
      tree-based containers.</li>

      <li><a href="trie_based_containers.html">Trie-Based
      Containers</a> describes the design and policies of
      trie-based containers.</li>

      <li><a href="hash_based_containers.html">Hash-Based
      Containers</a> describes the design and policies of
      hash-based containers.</li>

      <li><a href="lu_based_containers.html">List-Based
      Containers</a> describes the design and policies of
      list-based containers with update policies.</li>
    </ol>
  </div>
</body>
</html>