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

Method main

Java/Array/PrintSpiral.java:106–110  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

104 return arr2;
105 }
106 public static void main(String[] args) {
107 int [] [] arr2 = takeInput();
108 spiral(arr2);
109
110 }
111}

Callers

nothing calls this directly

Calls 2

takeInputMethod · 0.95
spiralMethod · 0.95

Tested by

no test coverage detected