Ellipsis-Labs / sokoban

Compact, efficient data structures in contiguous byte arrays
https://docs.rs/lib-sokoban/latest/sokoban
MIT License
102 stars 17 forks source link

RBT: Remove root method #19

Closed cavemanloverboy closed 3 months ago

cavemanloverboy commented 3 months ago

Adds an ergonomic method to remove the root of the tree (to be use as approximate median) without having to retrieve the key and then "traverse" the tree to remove the node.