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

Method main

java/Chapter 17/Question17_13/QuestionC.java:89–94  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

87 }
88
89 public static void main(String[] args) {
90 BiNode root = createTree();
91 printAsTree(root, "");
92 BiNode r = convert(root);
93 printLinkedListTree(r);
94 }
95
96}

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