Difference between revisions of "Avl"

From Free Software Directory
Jump to: navigation, search
(resources)
m (Text replacement - "'''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 Introdu...)
(5 intermediate revisions by one other user 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=https://www.gnu.org/software/avl/
 
|Homepage URL=https://www.gnu.org/software/avl/
Line 9: Line 9:
  
 
http://adtinfo.org/poster
 
http://adtinfo.org/poster
 +
 +
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Donate=https://my.fsf.org/donate
+
|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
Line 17: Line 20:
 
|Version download=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/06/13
+
|Last review date=2019/01/21
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/avl/avl-2.0.3.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 43: Line 48:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Python (Ref)
+
|Resource audience=Savannah (Ref)
|Resource URL=https://pypi.org/project/avl
+
|Resource URL=https://savannah.gnu.org/projects/avl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/avl/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/projects/avl
+
|Resource URL=https://cvs.savannah.gnu.org/viewvc/avl/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/avl.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/avl.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-avl
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-avl/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss
+
|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
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/avl
+
|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
 
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 15:38, 4 December 2020


[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.