Language

Package: guile-aa-tree @ 3.1.1

Synopsis

AA tree data structure for Guile

Description

This package provides an implementation of AA trees, a self-balancing binary tree data structure, for Guile. It ensure O(log n) worst case performance for core operations. The module provides non-mutating insert, delete, and search operations, with support for convenient nested tree operations.

Home page
https://qlfiles.net/guile-aa-tree/
Location
gnu/packages/guile-xyz.scm (line: 1009, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings