Difference between revisions of "Avl"
(No new version) |
(typo) |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name= | + | |Name=GNU libavl |
− | |Short description= | + | |Short description=Libraries for the manipulation of binary trees and balanced binary trees. |
− | |Full description=libavl is a balanced | + | |Full description='''libavl''' is a collection of computer subroutines for constructing and manipulating binary trees and balanced trees. |
− | |Homepage URL= | + | |
− | | | + | 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=https://adtinfo.org/ |
− | |Documentation note= | + | |Version download=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz |
+ | |Is High Priority Project=No | ||
+ | |VCS checkout command=git clone git://git.savannah.gnu.org/avl.git | ||
+ | |Documentation note=http://adtinfo.org/libavl.html | ||
+ | |||
+ | http://adtinfo.org/poster | ||
+ | |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 | ||
− | + | |Last review by=Bendikker | |
− | + | |Last review date=2019/01/21 | |
− | |Last review by= | ||
− | |Last review date= | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
− | |Submitted date=2011 | + | |Submitted date=2011/04/01 |
− | | | + | |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 24: | Line 34: | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
− | |License verified by= | + | |License copyright=Copyright (C) 2002, 2004 Free Software Foundation, Inc. |
− | |License verified date= | + | |License verified by=Genium |
+ | |License verified date=2022-03-01 | ||
+ | |License note=https://git.savannah.gnu.org/cgit/avl.git/tree/README | ||
+ | |||
+ | * Applies to part: programs | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=LGPLv3orlater | |License=LGPLv3orlater | ||
− | |License verified by= | + | |License copyright=Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. |
− | |License verified date= | + | |License verified by=Genium |
+ | |License verified date=2022-03-01 | ||
+ | |License note=https://git.savannah.gnu.org/cgit/avl.git/tree/COPYING.LIB | ||
+ | |||
+ | * Applies to part: libraries | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=library | ||
+ | |Programming-language=C | ||
+ | |Runs-on=BSD, GNU/Linux | ||
+ | |Use=library | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=avl | ||
}} | }} | ||
{{Person | {{Person | ||
Line 36: | Line 64: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=blp@cs.stanford.edu | |Email=blp@cs.stanford.edu | ||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource kind= | + | |Resource kind=Developer |
− | |Resource URL= | + | |Resource URL=https://savannah.gnu.org/projects/avl/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=https://www.gnu.org/software/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 audience=FTP | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://ftpmirror.gnu.org/avl/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=FTP | ||
+ | |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 audience=Wikidata | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://www.wikidata.org/wiki/Q72271270 | ||
+ | }} | ||
+ | {{EntryDetails | ||
+ | |Is High Priority Project=No | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 15:58, 1 March 2022
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
License
Verified by
Genium
Verified on
1 March 2022
License
Verified by
Genium
Verified on
1 March 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Ben Pfaff | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Savannah | Developer | https://savannah.gnu.org/projects/avl/ |
Wikidata | General | https://www.wikidata.org/wiki/Q72271270 |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-avl/ | |
Download | https://alpha.gnu.org/gnu/avl/ | |
Download | https://ftp.gnu.org/gnu/avl/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/avl.git/ | |
FTP | Mailing List | https://ftpmirror.gnu.org/avl/ |
Homepage | https://www.gnu.org/software/avl/ | |
FTP | Download | https://ftp.gnu.org/old-gnu/avl/ |
Software prerequisites
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.