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

Method main

Java/Array/Sort012.java:100–104  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

98 }
99
100 public static void main(String[] args) {
101 int [] arr = takeInput();
102 int [] finalArray = sort012threePointerApproach(arr);
103 printArray(finalArray);
104 }
105}

Callers

nothing calls this directly

Calls 3

takeInputMethod · 0.95
printArrayMethod · 0.95

Tested by

no test coverage detected