
CareerCup
文章平均质量分 78
Spencer_Lin
If you fight for your dream, one day....
展开
-
Min Stack Java
Question: design a stack which, in addition topush and pop, also has a function min which returns theminimum element? Push, pop and min shouldall operate in O(1) time.原创 2014-09-21 17:14:22 · 868 阅读 · 0 评论 -
HashMap Implementation Java
Question: Implement the Dat HashMapIdea: Create a Map class with Key, Value, and Linked list to hanlde collection HashMap: put operation -> 1. generate the hash value using key with h原创 2014-09-21 15:27:53 · 531 阅读 · 0 评论 -
Implement Queue with two Stacks Java
Idea: Implement Queue by using two Stacks: in & outStack in: Insert all value into this StackStack out: reverse order of in stack原创 2014-09-21 17:48:27 · 657 阅读 · 0 评论 -
Android Interview question
Ref:http://androidjayavelu.blogspot.com/p/android-interview-question.htmlAndroid Interview questionWhat is Android ?It is an open_sourced operating system that is used primaril转载 2014-08-29 09:55:09 · 1721 阅读 · 0 评论