編寫程式不是種能力,而是一種生活方式。

Home Category Archives About Link Github
2014-12-15
Code 備忘錄►Math

TIOJ::1082 . C.分堆問題

http://tioj.infor.org/problems/1082

神奇的小題目….,理解之前覺得很難。

Read More

Share Comments
  • C++
  • NPSC
  • TIOJ
2014-12-14
Code 備忘錄►Search

TIOJ::1073 . B.踩地雷回來了

http://tioj.infor.org/problems/1073

這題感覺上應該是暴搜題。可是很難寫,特例很多,基本上沒玩過踩地雷的應該不會寫|||。
TLE了很久才AC。

Read More

Share Comments
  • C++
  • DFS
  • NPSC
  • TIOJ
2014-12-14
Code 備忘錄►Math

TIOJ::1078 . G.陽數

http://tioj.infor.org/problems/1078

這題用到簡單的位元運算和一些枚舉的技巧,把問題切一切就會比較好解。

Read More

Share Comments
  • C++
  • NPSC
  • TIOJ
2014-12-11
Code 備忘錄►Graph

TIOJ::1069 . E.魔法部的任務

http://tioj.infor.org/problems/1069

這題是我的第一題二分圖匹配,WA超多次的……。

Read More

Share Comments
  • C++
  • NPSC
  • TIOJ
  • 二分圖
2014-12-10
Code 備忘錄►Math

TIOJ::1062 . 用餐地點(Lunch)

http://tioj.ck.tp.edu.tw/problems/1062

這題超水的….。

Read More

Share Comments
  • C++
  • TIOJ
  • 北市賽
2014-12-10
Code 備忘錄►Math

TIOJ::1242 . 午餐大反攻 Lunch Reloaded

http://tioj.ck.tp.edu.tw/problems/1242
這題是這題的延伸。

Read More

Share Comments
  • C++
  • TIOJ
2014-10-27
Code 備忘錄►DP

TIOJ::1811 . 書架

http://tioj.ck.tp.edu.tw/problems/1811
http://hoj.twbbs.org/judge/problem/view/203

這題是DP,聽了周強的說明後,又去翻了網路上的Code才終於大概了解了一點點,先寫下來,有錯再說XDD。

Read More

Share Comments
  • C++
  • HOJ
  • Stack
  • TIOJ
2014-08-09
Note

Python::String字串

在Python 2.X裡,字串分成幾種。

Read More

Share Comments
  • Python
2014-08-07
Note

Python::取得網站的headers 透過urllib2

在上udacity CS253的時候,有用到urllib2取得headers,可是照他說的做沒有成功……

後來查了一查,總結就是..

Read More

Share Comments
  • Python
2014-08-03
Note

GAE::yaml中設定樹狀目錄

寫GAE的時候,想要把Python檔放在不同的子資料夾裡,但是yaml 檔不知道怎麼設定。

Read More

Share Comments
  • GAE
  • Python
  • YAML
« Prev1…56789…17Next »

Categories

  • Code 備忘錄136
    • DP22
    • Data Structure25
    • Divide & Conquer5
    • Else13
    • Graph27
    • Greedy4
    • Math27
    • Search9
    • String3
    • 計算幾何1
  • Diary8
  • Note21

Tag Cloud

2-SAT 2016寒假 Algorithm AlphaGo Animate Archlinux BCC BFS BIT Binary Index Tree Binary Search C++ DAG DFS DP回溯 Deque Disjoin Set Driver GAE GNU-PBDS Gnome-Shell HOJ HTML&CSS HTTP Hash Heap IOI IOICamp KM LCA LCS LIS Link List Linux MST Monte Carlo NPSC New Blog POI POJ Plymouth Python RMQ SCC STL Shortest Path Sort Sparse Table Stack Step5 Stpe5 TIOJ TOI TOJ Tarjan Tree Treep Trie UVa Ubuntu Windows YAML ZJOI 二分圖 凸包 北市賽 學測 拓撲排序 持久化 指考 掃描線 斜率優化 新年快樂 旋轉卡尺 模擬退火 線段樹 背包問題 輸入優化 韓國釜山

Recents

  • 不同的 Linux Distribution 到底差在哪裡?
  • 越來越不知道以後要做什麼...
  • ArchLinux 和 Gnome Shell 3 桌面環境安裝筆記
  • Algorithm::Suffix Array 後綴數組
  • IOICamp::導遊讚哥讚!
  • 上大學整天在耍廢...
  • TIOJ::1841-好.傳囉! Nice Boat!
  • C++11 的 Random library, 你還在用rand()嗎?
  • TIOJ::1821.基本語(NPSC 古可魚語)
  • 終於上大學了~~~
© 2019 CHUNG-SHENG WU
Powered by Hexo
Home Category Archives About Link