Domanda di colloquio di 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).

Risposta di colloquio

Anonimo

20 apr 2017

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