MCPcopy Create free account
hub / github.com/careercup/ctci / main

Method main

java/Chapter 9/Question9_6/QuestionB.java:32–38  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

30 }
31
32 public static void main(String[] args) {
33 ArrayList<String> list = generateParens(3);
34 for (String s : list) {
35 System.out.println(s);
36 }
37 System.out.println(list.size());
38 }
39
40}

Callers

nothing calls this directly

Calls 2

generateParensMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected