mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 00:14:33 +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