Skip to content

Instantly share code, notes, and snippets.

@saadtaame

saadtaame/top.cc Secret

Created October 11, 2016 12:34
int Top(HeapNode *root) {
return root->key;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment