MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / main

Method main

contents/algorithm/code/MergeSort.java:48–51  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

46 }
47
48 public static void main(String[] args) {
49 int[] arr = { 8, 7, 6, 5, 4, 3, 2, 1 };
50 mergeSort(arr, 0, 7);
51 }
52}

Callers

nothing calls this directly

Calls 1

mergeSortMethod · 0.95

Tested by

no test coverage detected