Question d’entretien chez Tyler Technologies

Write a function to insert a sorted array into a binary tree, try to make the tree as balanced as possible (if you can, not required).

Réponse à la question d'entretien

Utilisateur anonyme

20 avr. 2017

Pretty simple algorithm to implement. Any undergrad who is at least two years in should be able to answer this.