Update HeapSort.java

This commit is contained in:
Shyam Thiagarajan 2016-10-08 13:44:26 -04:00 committed by GitHub
parent a400f600ad
commit 31c1c94dc3

View File

@ -1,7 +1,7 @@
import java.util.Scanner; import java.util.Scanner;
/** /**
* Heap Sort Algorithm. * Heap Sort Algorithm. Implements MinHeap
* *
*/ */
public class HeapSort { public class HeapSort {