We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecfe9d commit 3629e32Copy full SHA for 3629e32
1 file changed
Misc/heap_sort.java
@@ -57,8 +57,7 @@ static void printArray(int[] arr) {
57
// Driver program
58
public static void main(String args[]) {
59
int arr[] = {12, 11, 13, 5, 6, 7};
60
- int n = arr.length;
61
-
+
62
heap_sort ob = new heap_sort();
63
ob.sort(arr);
64
0 commit comments