随笔分类 - CareerCup/Others
Summary: Calculate average where sum exceed double limits
摘要:According to the highest vote in: http://stackoverflow.com/questions/1930454/what-is-a-good-solution-for-calculating-an-average-where-the-sum-of-all-v
阅读全文
Leetcode Articles: Insert into a Cyclic Sorted List
摘要:Solution:Basically, you would have a loop that traverse the cyclic sorted list and find the point where you insert the value (Let’s assume the value b
阅读全文
CareerCup: 17.14 minimize unrecognized characters
摘要:Oh, no! You have just completed a lengthy document when you have an unfortu-nate Find/Replace mishap. You have accidentally removed all spaces, p...
阅读全文