Amazon interview question

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

Interview Answer

Anonymous

5 Sept 2011

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