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

Method main

java/Chapter 9/Question9_6/QuestionA.java:35–41  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

33 }
34
35 public static void main(String[] args) {
36 Set<String> list = generateParens(4);
37 for (String s : list) {
38 System.out.println(s);
39 }
40 System.out.println(list.size());
41 }
42
43}

Callers

nothing calls this directly

Calls 2

generateParensMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected