Myntra Interview Question

Write an algorithm to determine if a binary tree is sorted or not.

Interview Answer

Anonymous

May 11, 2017

By doing a depth first search

4