From 31c1c94dc35066c6327535b984b55961701dc396 Mon Sep 17 00:00:00 2001 From: Shyam Thiagarajan Date: Sat, 8 Oct 2016 13:44:26 -0400 Subject: [PATCH] Update HeapSort.java --- HeapSort.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HeapSort.java b/HeapSort.java index ed3a07d43..7dd420a10 100644 --- a/HeapSort.java +++ b/HeapSort.java @@ -1,7 +1,7 @@ import java.util.Scanner; /** - * Heap Sort Algorithm. + * Heap Sort Algorithm. Implements MinHeap * */ public class HeapSort {