Tyler Technologies interview question

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).

Interview Answer

Anonymous

20 Apr 2017

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