Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb024ab

Browse files
Merge pull requestTheAlgorithms#362 from LeeChungWan/Misc
Modified Data Misc folder .java file name and class name
2 parents50f69f5 +58e1bca commitdb024ab

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-
publicclassHeapSort
1+
publicclassheap_sort
22
{
33
publicvoidsort(intarr[])
44
{
@@ -64,7 +64,7 @@ public static void main(String args[])
6464
intarr[] = {12,11,13,5,6,7};
6565
intn =arr.length;
6666

67-
HeapSortob =newHeapSort();
67+
heap_sortob =newheap_sort();
6868
ob.sort(arr);
6969

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp