已注销
已注销
全部文章
算法学习
C语言实现基本的数据结构与算法(7)
java(1)
laravel(1)
LeetCode(1)
lumen(2)
NLP(1)
object detection(1)
PAT(54)
POJ(1)
动态规划(7)
并查集(1)
推荐系统(1)
操作系统(3)
未归档(3)
机器学习(3)
比赛(1)
目标检测(12)
归档
标签
去牛客网
登录
/
注册
灵雪痕的个人博客
世上无难事,只要功夫深。
全部文章
/ 算法学习
(共35篇)
PAT甲级真题(动态规划)——1007 Maximum Subsequence Sum (25 分)
1007 Maximum Subsequence Sum (25 分) Given a sequence of K integers { N1, N2 , …, NK }. A continuous subsequence is defined to be { Ni, Ni+1, …, N...
2019-01-03
0
514
PAT甲级真题(字符串)——1006 Sign In and Sign Out (25 分)
1006 Sign In and Sign Out (25 分) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last on...
PAT
算法学习
2019-01-03
0
674
PAT甲级真题(字符串)——1005 Spell It Right (20 分)
1005 Spell It Right (20 分) Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum ...
PAT
算法学习
2019-01-03
0
404
PAT甲级真题(并查集)——1004 Counting Leaves (30 分)
1004 Counting Leaves (30 分) A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. ...
2019-01-03
0
364
刷算法题常用C++知识
刷算法题常用C++知识 写在前面 本文适合具备c语言基础,想快速上手c++刷题的人,如有不足之处,欢迎各位评论。 1.输入(cin) char a,b; cin>>a>>b; cout<<a<<b<<endl;//给a,b赋值,输出...
2019-01-01
1
545
首页
上一页
1
2
3
4
下一页
末页