algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
added SameTree leetcode problem
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.