mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Update HeapSort.java
This commit is contained in:
committed by
GitHub
parent
a400f600ad
commit
31c1c94dc3
@@ -1,7 +1,7 @@
|
||||
import java.util.Scanner;
|
||||
|
||||
/**
|
||||
* Heap Sort Algorithm.
|
||||
* Heap Sort Algorithm. Implements MinHeap
|
||||
*
|
||||
*/
|
||||
public class HeapSort {
|
||||
|
||||
Reference in New Issue
Block a user