MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/Array/BubbleSort.java:80–85  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

78 }
79
80 public static void main(String[] args) {
81 int [] arr = takeInput();
82 bubbleSort(arr);
83 printArray(arr);
84
85 }
86}

Callers

nothing calls this directly

Calls 3

takeInputMethod · 0.95
bubbleSortMethod · 0.95
printArrayMethod · 0.95

Tested by

no test coverage detected