LeetCode --- Convert Sorted Array to Binary Search Tree
摘要:
题目链接Problem discription:Given an array where elements are sorted in ascending order, convert it to a height balanced BST.Accepted Code: 1 /** 2 * Def... 阅读全文
posted @ 2014-06-14 17:54 Stomach_ache 阅读(136) 评论(0) 推荐(0)