4
BinaryHeap: An Implicit Binary Tree
(opendatastructures.org)
A community dedicated to topics related to data structures and algorithms.
I learnt something from this article, thanks.
I only found out yesterday that Rust has a Binary Heap in the standard library so the timing of this is perfect.