radix-heap icon indicating copy to clipboard operation
radix-heap copied to clipboard

Radix heap implementation in Rust

Results 3 radix-heap issues
Sort by recently updated
recently updated
newest added

Add peek method for top element.

Switched `RadixHeapMap::push()` to return a Result rather than simply panicking when given a greater key than the current top key. This is a nicer API to work with as it...