Question d’entretien chez Amazon

Justify whether a binary tree is a BST.

Réponse à la question d'entretien

Utilisateur anonyme

9 oct. 2010

perform inorder on the tree..if it results into a sorted sequence..the tree was a BST!

4