arin2002 / Hacktoberfest-2022

For hacktoberfest do fork and star the repo to participate otherwise you won't be able to participate.......You can follow me for more updates :)
MIT License
103 stars 317 forks source link

100. Same Tree LeetCode #874

Closed anuragkainth closed 1 year ago

anuragkainth commented 1 year ago

-> Function to check if two Trees are the same or not. -> Optimized Approach -> Using Recursion