dsalgo 0.3.10

A package for Datastructures and Algorithms.
Documentation
1
2
3
4
#[allow(dead_code)]

pub type DijkstraQueueBinaryHeapStd =
    std::collections::BinaryHeap<std::cmp::Reverse<(u64, usize)>>;