1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <meta name="generator" content=
7  "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
8
9  <title>Associative Containers</title>
10  <meta http-equiv="Content-Type" content=
11  "text/html; charset=us-ascii" />
12  </head>
13
14<body>
15  <div id="page">
16    <h1>Associative-Container Design</h1>
17
18    <ol>
19      <li><a href="ds_gen.html">Data-Structure Genericity</a></li>
20
21      <li class="c1">Genericity discusses generic manipulation of
22      containers based on different underlying
23      data structures.</li>
24
25      <li class="c1">Genericity discusses generic manipulation of
26      containers with different mapping semantics.</li>
27
28      <li><a href="tree_based_containers.html">Tree-Based
29      Containers</a> describes the design and policies of
30      tree-based containers.</li>
31
32      <li><a href="trie_based_containers.html">Trie-Based
33      Containers</a> describes the design and policies of
34      trie-based containers.</li>
35
36      <li><a href="hash_based_containers.html">Hash-Based
37      Containers</a> describes the design and policies of
38      hash-based containers.</li>
39
40      <li><a href="lu_based_containers.html">List-Based
41      Containers</a> describes the design and policies of
42      list-based containers with update policies.</li>
43    </ol>
44  </div>
45</body>
46</html>
47