Skip to content

Commit 31c1c94

Browse files
authored
Update HeapSort.java
1 parent a400f60 commit 31c1c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeapSort.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.Scanner;
22

33
/**
4-
* Heap Sort Algorithm.
4+
* Heap Sort Algorithm. Implements MinHeap
55
*
66
*/
77
public class HeapSort {

0 commit comments

Comments
 (0)