https://github.com/bradhowes/priorityqueue
Swift implementation of a priority queue.
https://github.com/bradhowes/priorityqueue
algorithm priority-queue swift5
Last synced: about 2 months ago
JSON representation
Swift implementation of a priority queue.
- Host: GitHub
- URL: https://github.com/bradhowes/priorityqueue
- Owner: bradhowes
- License: mit
- Created: 2020-04-24T11:10:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:43:40.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T09:46:22.865Z (2 months ago)
- Topics: algorithm, priority-queue, swift5
- Language: Swift
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[]()
[](https://swift.org/package-manager/)
[](https://swiftpackageindex.com/bradhowes/PriorityQueue)
[](https://swiftpackageindex.com/bradhowes/PriorityQueue)
[](https://opensource.org/licenses/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.