MCPcopy Create free account
hub / github.com/apna-college/Alpha / main

Method main

2_Basic Sorting/InsertionSort.java:39–46  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

37 }
38
39 public static void main(String args[]) {
40 int arr[] = {5, 4, 1, 3, 2};
41 insertionSortDescending(arr);
42 printArr(arr);
43
44 //Inbuilt Sorting Algo
45 //Arrays.sort(arr);
46 }
47}

Callers

nothing calls this directly

Calls 2

printArrMethod · 0.95

Tested by

no test coverage detected