MCPcopy Create free account
hub / github.com/deepaktalwardt/interview-prep-cpp / Solution

Class Solution

LeetCode/100-same-tree.cpp:10–17  ·  view source on GitHub ↗

* Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected