blob: 6c501e26bbd6eff0422aca68c749c78044e927c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!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>
|