Difference between revisions of "Avl"

From Free Software Directory
Jump to: navigation, search
(No new version)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=avl
 
|Name=avl
|Short description=Library for balanced binary trees
+
|Short description=Library for balanced binary trees.
 
|Full description=libavl is a balanced tree library that comes with full documentation. It includes unthreaded, right threaded, and fully threaded variants of AVL tree, as well as unthreaded red-black trees. It features self-test routines as well as insertion, deletion, tree count, tree copy, tree walking and traversal, search, and threading and unthreading routines. Each function has a comment describing its interface, and each step in the algoritms the program uses has a comment also. Each source code file includes a built-in test routine.
 
|Full description=libavl is a balanced tree library that comes with full documentation. It includes unthreaded, right threaded, and fully threaded variants of AVL tree, as well as unthreaded red-black trees. It features self-test routines as well as insertion, deletion, tree count, tree copy, tree walking and traversal, search, and threading and unthreading routines. Each function has a comment describing its interface, and each step in the algoritms the program uses has a comment also. Each source code file includes a built-in test routine.
|Homepage URL=http://adtinfo.org/
+
|Homepage URL=https://www.gnu.org/software/avl/
|User level=none
+
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=git clone git://git.savannah.gnu.org/avl.git
|Documentation note=User manual available from http://adtinfo.org/libavl.html/index.html
+
|Documentation note=http://adtinfo.org/libavl.html
 +
 
 +
http://adtinfo.org/poster
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=threading,library,tree,libavl,avl,library avl,avl library
 
|Keywords=threading,library,tree,libavl,avl,library avl,avl library
 
|Version identifier=2.0.3
 
|Version identifier=2.0.3
 
|Version date=2007-08-26
 
|Version date=2007-08-26
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/pub/gnu/avl/avl-2.0.3.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz
|Version comment=2.0.3 stable released 2007-08-26
+
|Last review by=Bendikker
|Last review by=Alejandroindependiente
+
|Last review date=2019/01/21
|Last review date=2016/12/22
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=avl
 
|GNU package identifier=avl
Line 36: Line 59:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=blp@cs.stanford.edu
 
|Email=blp@cs.stanford.edu
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Savannah (Ref)
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/projects/avl/
|Resource URL=mailto:blp@gnu.org
+
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://cvs.savannah.gnu.org/viewvc/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/avl.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-avl/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/old-gnu/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 12:13, 21 January 2019


[edit]

GNU libavl

https://adtinfo.org/
Libraries for the manipulation of binary trees and balanced binary trees.

libavl is a collection of computer subroutines for constructing and manipulating binary trees and balanced trees.

It includes unthreaded, right threaded, and fully threaded variants of AVL tree, as well as unthreaded red-black trees. It features self-test routines as well as insertion, deletion, tree count, tree copy, tree walking and traversal, search, and threading and unthreading routines. Each function has a comment describing its interface, and each step in the algoritms the program uses has a comment also. Each source code file includes a built-in test routine.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

1 March 2022

Verified by

Genium

Verified on

1 March 2022




Leaders and contributors

Contact(s)Role
Ben Pfaff Maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/avl/
WikidataGeneralhttps://www.wikidata.org/wiki/Q72271270
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-avl/
Downloadhttps://alpha.gnu.org/gnu/avl/
Downloadhttps://ftp.gnu.org/gnu/avl/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/avl.git/
FTPMailing Listhttps://ftpmirror.gnu.org/avl/
Homepagehttps://www.gnu.org/software/avl/
FTPDownloadhttps://ftp.gnu.org/old-gnu/avl/


Software prerequisites




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.