摘要:
“Long is a class. long is a primitive. That means Long can be null, where long can't. Long can go anywhere that takes an Object, long can't (since... 阅读全文
摘要:
题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).Find the minimum elemen... 阅读全文
摘要:
转自:http://intearview.com/post/2010/04/04/Ranganathgs-interview-at-google-company.aspxYou have 15 horses that run various speeds. You own a race track ... 阅读全文
摘要:
转载自:http://stackoverflow.com/questions/9192309/the-main-difference-between-java-cC++ supports pointers whereas Java does not pointers. But when many ... 阅读全文