Skip to content

Instantly share code, notes, and snippets.

@kalub92
Created March 5, 2018 22:14
Show Gist options
  • Save kalub92/37c22572efcb5e7ccdb01e74779036aa to your computer and use it in GitHub Desktop.
Save kalub92/37c22572efcb5e7ccdb01e74779036aa to your computer and use it in GitHub Desktop.
mutating public func add(_ item: Int) {
items.append(item)
heapifyUp()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment