MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / main

Method main

Lecture 44 Sorting Problems/src/Main.java:33–37  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

31 }
32 }
33 public static void main(String[] args) {
34 int[] num2_ = {2, 2, 1, 2, 2, 0, 1, 0, 2, 0};
35 sort012_(num2_);
36 displayArr(num2_);
37 }
38}

Callers

nothing calls this directly

Calls 2

sort012_Method · 0.95
displayArrMethod · 0.95

Tested by

no test coverage detected