Crate osom_lib_trees

Source
Expand description

A crate implementing several tree algorithms.

Modules§

errors
Holds all custom errors for that crate.

Structs§

SkipList
The classical SkipList data structure. And yes, we know it has List in name. Yet, it is closer to tree than a list.