Create a heap for array with weights

So you want a heap with associated data? Perhaps you’re looking for a priority queue:

https://juliacollections.github.io/DataStructures.jl/latest/priority-queue/

1 Like