uva 558 Wormholes (Bellman-Ford算法判斷負環) uva 558 Wormholes In the year 2163, wor
UVA - 1366 Martian Mining 三維dp 題目大意:在一個n * m的格子上有兩種礦物。A礦只能從右往左運輸,B礦只能從下往上運輸,現在
Palindrome Linked List 該題目的要求是判斷一個單鏈表是否是回文鏈表,題目的難度在於O(n)時間和O(1)空間的限制。 由於單鏈表不能反
UVA 644 Immediate Decodability 題目意思是:給你一些字符串,將其進行比較,如果有一個字符串是另一個字符串的前綴,就認為是not
HDU 4081 Qin Shi Huang's National Road System(最小生成樹/次小生成樹) 題意:
codeforces 534B Covered Path-思維 題意:有一段路,已知起點和終點的速度、總時間和每秒之間速度差值的上限,求這段路最長能是多少
UVALive - 2031 Dance Dance Revolution 三維dp 題目大意:有一個胖子在玩跳舞機,剛開始的位置在(0,0),跳舞機有四個
HDU 1171 Big Event in HDU (多重背包變形) Big Event in HDU Time Limit: 10000/5
leetcode String to Integer (atoi) 題目: Implement atoi to convert a string to an
HDU 2846 Repository (字典樹 後綴建樹) Repository Time Limit: 2000/1000 MS (Jav
STL: generate ,geterate_n,generategeterate_n在隨機生成一定范圍不重復數時用到random_shuffle函數,之前填
LeetCode-Combination Sum 問題 Given a set of candidate numbers (C) and a target