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

Method main

java/Chapter 17/Question17_13/QuestionB.java:74–80  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

72 }
73
74 public static void main(String[] args) {
75 BiNode root = createTree();
76 printAsTree(root, "");
77 BiNode n = convert(root);
78 printLinkedListTree(n);
79 System.out.println(count);
80 }
81
82}

Callers

nothing calls this directly

Calls 4

createTreeMethod · 0.95
printAsTreeMethod · 0.95
convertMethod · 0.95
printLinkedListTreeMethod · 0.95

Tested by

no test coverage detected