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