已注销
已注销
全部文章
算法学习
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篇)
EOJ(排序)——97. 邮件地址排序
97. 邮件地址排序 现接收到一大批电子邮件,邮件地址格式为:用户名@主机域名,要求把这些电子邮件地址做主机域名的字典序升序排序,如果主机域名相同,则做用户名的字典序降序排序。 输入 第一行输入一个正整数 n,表示共有 n 个电子邮件地址需要排序。 接下来 n 行,每行输入一个电子邮件地址(保...
2019-01-09
0
626
EOJ(排序)——37. 奇怪的排序题
37. 奇怪的排序题 所有数据在内存中都是以二进制形式存放的,其中有一些位是 1,而另一些位是 0。例如,整数 100 的二进制表示为 1100100,其中 1 的位数是 3;整数 15 的二进制表示为 1111,其中 1 的位数是 4;整数 -15 的 64 位二进制表示为 1111111111...
2019-01-08
0
528
EOJ(排序)——15. Mr. Frog and big news
15. Mr. Frog and big news 作为一名资深记者,青蛙先生非常讨厌时不时蹦出来的大新闻。 偏偏最近大新闻还特别多。青蛙先生觉得应该做一点小小的贡献,把新闻的「雨声」尽可能地变得「小」一点。青蛙先生手上有 N 条国内新闻和 N 条国外新闻。这 N 条国内新闻的大小为 a1,a2…...
2019-01-08
0
441
EOJ(排序)——4. Nth Largest Value
4. Nth Largest Value For this problem, you will write a program that prints the Nth largest value in a fixed sized array of integers. To make things ...
2019-01-08
0
480
PAT甲级真题(图/连通分量)——1013. Battle Over Cities (25)
1013. Battle Over Cities (25) It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all ...
算法学习
PAT
2019-01-06
0
437
PAT甲级真题(结构体排序)——1012. The Best Rank (25)
1012. The Best Rank (25) To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C – C Pro...
2019-01-04
0
407
PAT甲级真题——1011 World Cup Betting (20 分)
1011 World Cup Betting (20 分) With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best playe...
2019-01-04
0
491
PAT甲级真题(二分)——1010 Radix (25 分)
1010 Radix (25 分) Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is “yes”, if 6 is a decima...
算法学习
PAT
2019-01-04
0
809
PAT甲级真题——1009. Product of Polynomials
1009. Product of Polynomials This time, you are supposed to find A*B where A and B are two polynomials. Input Specification: Each input file contai...
算法学习
PAT
2019-01-03
0
452
PAT甲级真题——1008 Elevator (20 分)
1008 Elevator (20 分) The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at...
2019-01-03
0
516
首页
上一页
1
2
3
4
下一页
末页