Skip to content

Commit db024ab

Browse files
Merge pull request TheAlgorithms#362 from LeeChungWan/Misc
Modified Data Misc folder .java file name and class name
2 parents 50f69f5 + 58e1bca commit db024ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/heap_sort.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public class HeapSort
1+
public class heap_sort
22
{
33
public void sort(int arr[])
44
{
@@ -64,7 +64,7 @@ public static void main(String args[])
6464
int arr[] = {12, 11, 13, 5, 6, 7};
6565
int n = arr.length;
6666

67-
HeapSort ob = new HeapSort();
67+
heap_sort ob = new heap_sort();
6868
ob.sort(arr);
6969

7070
System.out.println("Sorted array is");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy