[LeetCode]First Missing Positive Given an unsorted integer array, find the f
HDU5025-Saving Tang Monk(BFS + 狀態壓縮) 題目鏈接 題意:給出n*n的網格,有且只有一個K(孫悟空)和
POJ 5025 Saving Tang Monk(狀壓搜索) 搜索題:注意蛇的狀態(第一次路過要殺掉蛇花2s,第二次以後1s)。狀態為坐標
杭電 2519 新生晚會(精度問題,double ) 新生晚會 Time Limit: 2000/1000 MS (Java/Others) Me
HDU - 5023 A Corrupt Mayor's Performance Art(區間修改) Problem Descriptio
HDU 1846 Brave Game (簡單博弈) HDU 1846 Brave Game (簡單博弈) ACM 題目地址: HDU 1846 B
輸出1到N之間所有相加等於M的數字組合(背包問題)求相加為M的所有組合--微軟酷派經典面試題 問題: 輸入兩個整數 n 和 m,從數列1,2,3......
HDU - 5024 Wang Xifeng's Little Plot Problem Description 《Dream of th
HDU 5023 A Corrupt Mayor's Performance Art (線段樹) A Corrupt Mayors Perf
Collection of algorithm for sorting. 常見排序算法集(二) Collection of algorithm for so
Effective C++:條款41:了解隱式接口和編譯期多態 (一) 首先看下面的類以及函數: class Widget { public: Widge
hdu 5015 233 Matrix (矩陣快速冪) 233 Matrix Time Limit: 10000/5000 MS (Java/Other
POJ 3233 Matrix Power Series(矩陣+二分) 題目大意:求由矩陣 A構成的矩陣 S = A + A^2 + A^3