Download List

Projeto Descrição

This data structure features fast (O(log N))
insertion, removal, and retrieval of records,
provided that there is a sorting relation over
their keys and there are no entries with equal
keys. The AVL tree is an explicit binary searching
tree, where left children of each vertex are less
or equal, while right children are greater or
equal than the vertex itself. In addition, the
tree is balanced so that the difference between
the depths of the two subtrees of each vertex is
at most one.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-02-13 20:23
0.4

Os novos recursos incluem iteração intervalo (um item TODO longa data), de empacotamento do Debian, o cumprimento integral ANSI C, e uma limpeza de código menor.
Tags: Minor feature enhancements
New features include range iteration (a longstanding TODO item), Debian packaging, full ANSI C compliance, and a minor code cleanup.

2002-02-13 02:18
0.3

Este lançamento acrescenta o Cygwin e desinstalação apoio.
Tags: Minor feature enhancements
This release adds Cygwin and uninstall support.

2001-04-09 23:23
0.2

Iteradores trabalhar corretamente agora, o apoio biblioteca estática foi adicionado, eo Makefile foi limpo.
Tags: Minor bugfixes
Iterators work properly now, static library
support has been added, and the Makefile has been
cleaned up.

2001-01-30 15:12
0.1

Initial release.
Initial release.

Project Resources