algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

added SameTree leetcode problem

Open amanpatel23 opened this issue 5 years ago • 0 comments

I add a file by the name of SameTree.cpp in leetcode folder. It's a famous leetcode problem in which we have to find out whether two trees are equal or not.

amanpatel23 avatar Oct 03 '20 19:10 amanpatel23