Amazon interview question

Binary search trees

Interview Answer

Anonymous

Feb 9, 2013

A binary search tree is a type tree which is in sorted form and has a leaf node which have two nodes, and each and every node can have maximum two child nodes.