PriorityQueue

main

Swift implementation of a priority queue.
bradhowes/PriorityQueue

License: MIT

PriorityQueue

Generic Swift container type that maintains an ordering of its elements in a binary heap so that the first element in the collection is always the minimum (or maximum) value.

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 11 2024 03:44:30 GMT-0900 (Hawaii-Aleutian Daylight Time)