MCPcopy Create free account
hub / github.com/Sugapriyan-P-K/blind75 / tree

Method tree

Trees/62sameTree/sameTree.java:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 tree left, right;
23
24 tree() {
25 }
26
27 tree(int val) {
28 this.val = val;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected