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

Method main

Trees/62sameTree/sameTree.java:13–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

11 }
12
13 public static void main(String[] args) {
14 tree root = new tree(1, new tree(2), new tree(3));
15 tree root2 = new tree(1, new tree(2), new tree(3));
16 System.out.println(isSameTree(root, root2));
17 }
18}
19
20class tree {

Callers

nothing calls this directly

Calls 1

isSameTreeMethod · 0.95

Tested by

no test coverage detected