2014年10月24日

counting sort ( can sort 0-k Auxiliary Space: O(n+k) Time Complexity: O(n+k) )

摘要: http://www.youtube.com/watch?v=o3FUC6l89tMhttp://www.geeksforgeeks.org/counting-sort/only 0 - k can not be negtive71522 最大7.new array(7).0 1 2 3 4 5... 阅读全文

posted @ 2014-10-24 06:25 brave_bo 阅读(164) 评论(0) 推荐(0)

weather station observer

摘要: public interface Subject {public void registerObserver(Observer o);public void removeObserver(Observer o);public void notifyObservers();}public interf... 阅读全文

posted @ 2014-10-24 03:11 brave_bo 阅读(215) 评论(0) 推荐(0)

导航