小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年12月7日

摘要: 题目Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the fractional part is... 阅读全文
posted @ 2015-12-07 15:02 Coding菌 阅读(136) 评论(0) 推荐(0) 编辑
 
摘要: 题目Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will re... 阅读全文
posted @ 2015-12-07 13:22 Coding菌 阅读(716) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/spac... 阅读全文
posted @ 2015-12-07 13:08 Coding菌 阅读(145) 评论(0) 推荐(0) 编辑