HDU 2389 Rain on your Parade (二分圖匹配(Hopcroft-Carp的算法模板)) Rain on your Parade
CodeForces-Learning Languages #include #include #include /* 這道題目考查並查集,特別注意
poj 2955 Brackets(區間DP求最長匹配子串) 思路:假設要求區間[i,j]的最長匹配字串,它必然可以從[i,j-1]轉移而來,有可能是s[j
UVALive 3662 Another Minimum Spanning Tree 曼哈頓最小生成樹 題意: 給定二維平面的n個點坐標,問曼
[LeetCode]*85.Maximal Rectangle 題目 Given a 2D binary matrix filled with 0&rsqu