about // doc

LeetCode - Convert Sorted List to Binary Search Tree

Click here to go back to LeetCode summary page.

Problem description is here, or as follows:

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