By BlackWasp
via blackwasp.co.uk
Submitted: Feb 03 2013 / 14:18
A binary heap is a data structure, based upon a complete binary tree, that allows the first item in an ordered set to be quickly extracted. Heaps are used in several popular algorithms, including the heapsort method for ordering elements in a collection.
Add your comment