Question d’entretien chez Amazon

Binary search trees

Réponse à la question d'entretien

Utilisateur anonyme

9 févr. 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.