tree

Same Tree(100)

Same Tree Given two binary trees, write a function to check if they are equal orTwo binary trees are considered equal if they are structurallyand the nodes have the same value.思路: recursio