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

Method main

java/Chapter 17/Question17_13/QuestionA.java:72–77  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

70 }
71
72 public static void main(String[] args) {
73 BiNode root = createTree();
74 printAsTree(root, "");
75 NodePair n = convert(root);
76 printLinkedListTree(n.head);
77 }
78
79}

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