摘要:
题目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菌
阅读(144)
推荐(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菌
阅读(719)
推荐(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菌
阅读(154)
推荐(0)