2015年5月17日
摘要: Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord... 阅读全文
posted @ 2015-05-17 18:02 黄瓜小肥皂 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST. 1 class Solution { 2 public: 3 int l... 阅读全文
posted @ 2015-05-17 17:13 黄瓜小肥皂 阅读(119) 评论(0) 推荐(0) 编辑