有梦想的tuzki
有梦想的tuzki
全部文章
分类
ACM-DP(1)
ACM-好文(1)
ACM-搜索(1)
ACM-数学、模拟等(5)
Codeforces(1)
学习经验(1)
未归档(19)
归档
标签
去牛客网
登录
/
注册
一只特立独行的程序猿
全部文章
(共4篇)
POJ - 2488 A Knight's Journey (DFS)
Language: <select><option selected="" value="default"> Default</option></select> A K...
算法
dfs
poj
2017-08-10
0
664
CUST-DP训练第一题-数塔问题
在讲述DP算法的时候,一个经典的例子就是数塔问题,它是这样描述的: 有如下所示的数塔,要求从顶层走到底层,若每一步只能走到相邻的结点,则经过的结点的数字之和最大是多少? 已经告诉你了,这是个DP的题目,你能AC吗? Input输入数据首先包括一个整数C,表示测试实例的个数...
算法
dp
2017-05-25
0
784
CodeForces - 691B s-palindrome (字符串,模拟)
Let's call a string "s-palindrome" if it is symmetric about the middle of the string. For example, the string "oHo" is "s-pal...
算法
string
codeforces
2017-08-12
0
504
POJ 2739—Sum of Consecutive Prime Numbers (素数)
Some positive integers can be represented by a sum of one or more consecutive prime numbers. How many such representations does a given positive integ...
算法
poj
2017-11-01
0
450