#tree #b-tree

treesome

A library for tree creation, manipulation, traversal and visualization

7 releases (breaking)

new 0.7.0 Apr 19, 2024
0.6.0 Apr 12, 2024
0.5.0 Apr 10, 2024
0.4.0 Apr 10, 2024
0.1.0 Apr 8, 2024

#696 in Data structures

Download history 523/week @ 2024-04-08 139/week @ 2024-04-15

662 downloads per month

Apache-2.0

30KB
451 lines

Treesome

Crates.io Version docs.rs (with version)

A playful library for tree

  1. creation,
  2. traversal,
  3. manipulation,
  4. serialization and deserialization,
  5. visualization.

(alpha stage, just started playing with this)

Offers precisely sized binary (Btree) and generalized n-ary tree (Tree) structures. Serde is supported.

🎵 (ignore if you don't understand the language or the jargon)

V grafu vede cesta,
jako žádná ze sta,
roubená je stromama.

Když šel Euler v létě,
samoten na světě,
prošel všema mostama.

(V Královci neprošel, bohužel)

Dependencies

~185KB