mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-13 07:13:37 +08:00
Update and rename heap_sort.java to HeapSort.java
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
package Misc;
|
package Misc;
|
||||||
|
|
||||||
public class heap_sort {
|
public class HeapSort {
|
||||||
public void sort(int[] arr) {
|
public void sort(int[] arr) {
|
||||||
int n = arr.length;
|
int n = arr.length;
|
||||||
|
|
Reference in New Issue
Block a user