rs-bush

Crates.iors-bush
lib.rsrs-bush
version0.1.8
sourcesrc
created_at2023-10-10 10:11:19.410848
updated_at2023-11-10 07:58:19.548567
descriptionA Rust implementation of the Bush data structure.
homepage
repositoryhttps://github.com/nic-obert/rs-bush
max_upload_size
id998985
size29,872
Nicholas Obert (nic-obert)

documentation

README

rs-bush

Implementation of the bush data structure in Rust.

The bush data structure is an hybrid of a doubly-linked list and a tree. It allows for fast insertion and removal of elements, as well as creating 2-dimensional graphs.

The bush is basically a doubly-linked list of nodes, each of which can have a child bush. The bush is a tree, but it is not a binary tree. Each node can have any number of children.

Commit count: 19

cargo fmt