Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTree
Method · 0.95
printAsTree
Method · 0.95
convert
Method · 0.95
printLinkedListTree
Method · 0.95
Tested by
no test coverage detected