.TH "LibDS" "3" "Oct 25, 2002" "LibDS" "LibDS API Reference" .SH NAME .B libds - ANSI-C compliant small and powerful data structures library. .SH SYNOPSYS .B # include .br .B cc .I .B -o .I .B -l\fIds\fP .SH DESCRIPTION \fBLibDS\fP is a small but powerful and easy to use library containing a few very useful data structures. Currently, the following data structures are supported: - a balanced binary tree (an AVL tree); - a binary HEAP; - a QUEUE; - a HASH table; - a SET and a BAG; - a variable length array that can grows dynamically as new elements are added or deleted (PARRAY). \fBLibDS\fP has been designed to be very easy to use, without sacrificing either flexibility or speed. The API is small, and clean. .SH DOCUMENTATION The documentation for \fbLibDS\fP is maintained in the form of HTML pages only. These pages are found in the \fBdoc\fP directory of the main \fBLibDS\fP distribution, or on the web at: http://libds.sourceforge.net/doc/index.html On FreeBSD, they might be found under /usr/local/share/doc/libds, if \fBLibDS\fP is properly installed. .SH VERSION The current version of \fBLibDS\fP is 2.1, released October 25, 2002. .SH BUGS There's bound to be some... .SH AUTHOR Peter Bozarov. Send mail to kingofgib (at) users.sourceforge.net