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

Method main

2_Basic Sorting/SelectionSort.java:44–48  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

42 System.out.println();
43 }
44 public static void main(String args[]) {
45 int arr[] = {5, 4, 1, 3, 2};
46 selectionSortDescending(arr);
47 printArr(arr);
48 }
49}

Callers

nothing calls this directly

Calls 2

printArrMethod · 0.95

Tested by

no test coverage detected