Partial support for integer divisions in access vectors
[suif.git] / html / suif1_91.html
blob02b1dd2d60f79b35d261fc4421c7d133475029b6
1 <HTML>
2 <HEAD>
3 <!-- This HTML file has been created by texi2html 1.54
4 from suif1.texi on 28 April 1999 -->
6 <TITLE>The SUIF Version 1 Library - Generics</TITLE>
7 <link href="suif1_92.html" rel=Next>
8 <link href="suif1_90.html" rel=Previous>
9 <link href="suif1_toc.html" rel=ToC>
11 </HEAD>
12 <BODY>
13 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_90.html">previous</A>, <A HREF="suif1_92.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
14 <P><HR><P>
17 <H1><A NAME="SEC91" HREF="suif1_toc.html#TOC91">Generic Data Structures</A></H1>
18 <P>
19 <A NAME="IDX652"></A>
20 <A NAME="IDX653"></A>
22 </P>
23 <P>
24 The SUIF library includes a number of generic data structure classes.
25 Some of these are used extensively by the library itself, while others
26 are only provided for your convenience. Since most of these data
27 structures are quite easy to understand, this section only gives a brief
28 description of each one and points out the unusual and potentially
29 confusing features.
31 </P>
33 <UL>
34 <LI><A HREF="suif1_92.html#SEC92">Generic Lists</A>: Generic lists (base list class).
35 <LI><A HREF="suif1_93.html#SEC93">Move-to-front Lists</A>: Move-to-front lists.
36 <LI><A HREF="suif1_94.html#SEC94">Association Lists</A>: Lists with search keys.
37 <LI><A HREF="suif1_95.html#SEC95">Doubly-Linked Lists</A>: Doubly-linked lists.
38 <LI><A HREF="suif1_96.html#SEC96">Bit Vectors</A>: Bit vectors.
39 <LI><A HREF="suif1_97.html#SEC97">Hash Tables</A>: Hash tables.
40 <LI><A HREF="suif1_98.html#SEC98">Extensible Arrays</A>: Variable-size arrays.
41 </UL>
43 <P><HR><P>
44 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_90.html">previous</A>, <A HREF="suif1_92.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
45 </BODY>
46 </HTML>