osom_
lib_
trees
0.1.0
All Items
Crate Items
Modules
Structs
Crate
osom_lib_trees
Copy item path
Source
Expand description
A crate implementing several tree algorithms.
Modules
§
errors
Holds all custom errors for that crate.
Structs
§
Skip
List
The classical
SkipList
data structure. And yes, we know it has
List
in name. Yet, it is closer to tree than a list.