bradhowes / PriorityQueue

Swift implementation of a priority queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Swift implementation of a priority queue.

License:MIT License


Languages

Language:Swift 100.0%