Posts

Showing posts with the label Google Code Jam

提升 - 培養 - 鍛鍊

Image
上星期走過深水埗,打算搵返d「程式比賽」既書睇下~ 點知搵左好多間先有既一本: 原著日本人: 秋葉拓哉 (達人) 買左返來先知有台灣版= = 好笨既我睇簡體又唔係好大問題既。。。不過始終有問題既時候就要解決。。。所以search下有冇得「借」 結果八大學院都冇 ! 我心諗本書都係hit爆亞洲地區(有泡菜版)!香港冇理由冇ga!(失望!) 呀~ 咁咪去hk library search下啦!點知反而又有wor!  (有腦既個本就係 秋葉拓哉 既台版) 籃色 橙色就係由清華大學出既, 原著: 劉汝佳 ,陳鋒 三本有咩分別?! 喂。。。我未睇曬呀, 分別係中國人同日本人寫,最後全部譯做中文版囉 有咩相同?! 新~2012 2013 出版既,八十後出既書(拓哉係88年出世@@)。 link呢?! 我又要借! 培養與鍛鍊程式設計的邏輯腦 : 世界級程式設計大賽的知識、心得與解題分享 / 秋葉拓哉, 岩田陽一, 北川宜稔著 ; 博碩文化, 廖文斌編譯 提升程式設計的邏輯思考力 : 國際程式設計競賽之演算法原理, 題型, 解題技巧與重點解析 / 劉汝佳著 ; H&C譯. 提升程式設計的解題思考力 : 國際演算法程式設計競賽訓練指南 / 劉汝佳, 陳鋒著 ; H&C譯. 除左lee幾本仲有冇其他? wa!你睇得曬咁堅既,睇埋 lee d 啦 後記: 我睇左大概二分一左右, 題目由淺入深,好適合初中生以上人士觀看,一定係最好睇既programming書,推介! 題目分別取至於 uVA, TopCoder, GCJ, POJ....出版唔同地區,可見這些是多受歡迎。而香港既朋友仲係十分小數參與。唉,近排睇左段 coursera.org既片 ,講英國打仗既時候佢地既technology點樣由多方面結合發展。 中國,台灣,日本,俄羅斯,全部都有軍事,配合出獨有既發展條件, 唔知係咪咁先令到有更優秀既programmer出現呢。

Let's Start the First Entry... Google Code Jam

Image
Learn by challenging  Anyone like programming should go and challenge yourself ...... But how!? Every year there is a contest organise by Google, they named it "Google Code Jam". I don't know why, but i like the name so much !!! so Let's JAM it ! First, I'm not an expert on those questions (I'm only a baby on those =]). But I like the way they organise the question...... They start from easy, and test your ability on different aspect, such as File I/O, data types and structure, sorting, efficience of algorithm, memory etc. Thats help you get to the thinking of "How myself so shit on this!" "Why sorting so hard with different data structure" "Should I use an object instead of an int array for those data" etc. Hopefully, you will know which part of yourself need to enhance during the contest. Some people write awesome explanation on those questions. My suggestion is don't read the answer right from the beginni...