Topcoder Single Round Match 640 Div 1 T1 ChristmasTreeDecoration 题解
别看了,这篇博客很水……
Topcoder SRM 640 Div1 T1 ChristmasTreeDecoration 题解
Topcoder SRM 637 Div2 T3 ConnectingGameDiv2 题解
Topcoder SIngle Round Match 637 Div 2 T3 ConnectingGameDiv2 题解
Topcoder SRM 638 Div2 T3 CandleTimerEasy 题解
Topcoder Single Round Match 638 Div2 T3 CandleTimerEasy 题解每天被 XY 题困扰的我们怎么会去做 Topcoder 呢
递推专项训练五题题解
今天的 XY 题居然是递推专题,五道题目全都是递推,30+个人 AK 了……
递推是按照一定的规律来计算序列中的每个项,通常是通过计算前面的一些项来得出序列中的指定项的值。其思想是把一个复杂的庞大的计算过程转化为简单过程的多次重复,该算法利用了计算机速度快和不知疲倦的机器特点。
Topcoder SRM 639 Div2 T3 BoardFoldingDiv2 题解
Topcoder SRM 640 Div2 T3 TwoNumberGroupsEasy 题解
Topcoder Single Round Match 640 DIv2 T3 TwoNumberGroupsEasy 题解
(TC SRM 从 640 到 616 持续施工~)
(倒着开车,最为致命)(国庆之前怕是完不成了)
Uva 1599 / POJ 3967 Ideal Path:不一样的 BFS
CodeForces 274D Lovely Matrix:“冗余点” 建边 + 拓扑
题目链接:CodeForces 274D Lovely Matrix
今天看CF官方题解的时候学来一句话,暴力解法称为 “The naïve solution” 😂
ZOJ 3649 Social Net:最大生成树+树上倍增 DP
CodeForces 294E Shaass the Great:极其变态的树形 DP 与思维题
题目链接:CodeForces 294E Shaass the Great
这题真的太麻烦了……