Update and rename heap_sort.java to HeapSort.java

This commit is contained in:
Stepfen Shawn
2020-08-16 22:55:56 +08:00
committed by GitHub
parent f32a63e08b
commit 98a191c9c1

View File

@ -1,6 +1,6 @@
package Misc;
public class heap_sort {
public class HeapSort {
public void sort(int[] arr) {
int n = arr.length;