Amazon Interview Question

Write a function to determine whether a tree is a binary search tree.

Interview Answer

Anonymous

Sep 5, 2011

KNOW DATA STRUCTURES AND RECURSION. I had to code this on a piece of paper and read it back.