Join 244,289 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 972 people online right now. Registration is fast and FREE... Join Now!
A Java implementation of the heap sorting algorithm. This version uses an array to represent the heap. Uses a binary representation of the number of elements currently in the heap to find the pathway to the next insertion/removal site.