Amazon Interview Question

Given a Binary tree, verify whether it is Binary search tree or not?

Interview Answer

Anonymous

Sep 9, 2016

Used recursive approach, though there is redundancy in the code I wrote.