SwiftPriorityQueue icon indicating copy to clipboard operation
SwiftPriorityQueue copied to clipboard

A Generic Priority Queue in Pure Swift

Results 1 SwiftPriorityQueue issues
Sort by recently updated
recently updated
newest added

Added test showing that Collection conformance doesn't match the Sequ…ence conformance: when iterating elements via iterator the PriorityQueue uses the pop() method, effectively returning the elements in order. On the...