Computer Science, asked by harshitadhruw8743, 1 year ago

Check if two binary search trees are identical given their array res

Answers

Answered by ssasmita806
0

Answer:

Give the root nodes of the two binary search trees.The task is to print 1 if the  two binary search trees are identical else print 0 Two trees nodes have the same values'.

Explanation:

Similar questions