Google Treasure Hunt 2008 2008/12/20 All Solved

Thank you for entering the Treasure Hunt!
Here are the first correct entries we received for the email address [email protected]:

Question name Correct entry time Confirmation code
robot 2008-12-09 04:18:19.821535 ######
zip 2008-12-19 12:24:35.093677 ######
network 2008-12-20 10:02:03.415399 ######
primes 2008-12-07 15:10:40.950709 ######

 

Did you enter with multiple email addresses? Send us a note with your email addresses and
confirmation codes, so we can link all your correct answers to one email address.

總結:

  • 先做了 primes,用 C++,而且第一次用 Win32 API ,重寫了,最大收穫是,知道了,原來求質數只要求到 p > sqrt(n) 就是質數了。函數從原來時間 O(n/2) 提高到了 O(sqrt(n))  這個感謝網絡發達,和網絡上充滿智慧的朋友
  • robot 問題用 Mathematica 算一個數就解決的,知道了數學排序組合,公式是 P() = n!/(n-r)!  這個感謝網絡發達,和網絡上充滿智慧的朋友
  • zip 問題,花了很長時間在編寫 非線性表,花了很長寫遍歷目錄找文件,學習了 C++ 大部分的精髓。可以說寫任何 Win32 C++ 的程序都是沒問題的,以前覺得 Win32 很神祕
  • network 問題,路由,只用一天的時間,上網在網上找到的感謝 Matrix67 的一篇文章裏面,然後是感謝 wikipedia 上的 IPAddress 網友,下午用VB.NET  數據訪問 Excel 的方式解決了,感謝網絡發達 ,知道了 Internet 路由表和默認路由規則, 重新回到 VB 編程感覺很爽,C++真的很折磨人。

這裏再一次公開證明和測試了,本人自學創新的編程能力。和鑽研解決問題的能力和頑強的信心。

所欠缺的只是一個良好機遇,和一張文憑。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章