Pergunta de entrevista da empresa 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).

Resposta da entrevista

Sigiloso

20 de abr. de 2017

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