@datastructures-js/priority-queue
Advanced tools
Changelog
[5.0.0] - 2021-01-24
.enqueue
can now be chanined.Changelog
[4.1.2] - 2020-09-22
Changelog
[4.1.0] - 2020-04-22
Changelog
[4.0.0] - 2020-04-13
MinPriorityQueue
& MaxPriorityQueue
to enable working with different type of priorities.Changelog
[3.0.0] - 2020-04-09
.front()
, .back()
, .dequeue()
, .toArray()
now returns the priority with the element.Changelog
[2.0.0] - 2020-03-09