Convert Sorted List to Binary Search Tree
摘要:
http://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/Example:Input: Linked List 1->2->3Output: A Balanced BST 2 / \ ... 阅读全文
posted @ 2014-05-01 23:59 Atlas-Zzz 阅读(129) 评论(0) 推荐(0)