Skip to content

Instantly share code, notes, and snippets.

@zaveri
Created April 20, 2010 13:12
Show Gist options
  • Save zaveri/372414 to your computer and use it in GitHub Desktop.
Save zaveri/372414 to your computer and use it in GitHub Desktop.
myNode.left = myHeap.deleteMin();
myNode.right = myHeap.deleteMin();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment