about // doc

LeetCode - Convert Sorted Array to Binary Search Tree

Click here to go back to LeetCode summary page.

Problem description is here, or as follows:

Given an array where elements are sorted in ascending 
order, convert it to a height balanced BST.
comments powered by Disqus