上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 42 下一页
摘要: 问题描述: Rabin-Karp的预处理时间是O(m),匹配时间O( ( n - m + 1 ) m )既然与朴素算法的匹配时间一样,而且还多了一些预处理时间,那为什么我们还要学习这个算法呢?虽然Rain-Karp在最坏的情况下与朴素匹配一样,但是实际应用中往往比朴素算法快很多。而且该算法的期望匹配 阅读全文
posted @ 2018-08-09 10:32 Roni_i 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 农夫约翰在探索他的许多农场,发现了一些惊人的虫洞。虫洞是很奇特的,因为它是一个单向通道,可让你进入虫洞的前达到目的地!他的N(1≤N≤500)个农场被编号为1..N,之间有M(1≤M≤2500)条路径,W(1≤W≤200)个虫洞。FJ作为一个狂热的时间旅行的爱好者,他要做到以下几点:开始在一个区域, 阅读全文
posted @ 2018-08-09 00:17 Roni_i 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and performs exchang 阅读全文
posted @ 2018-08-08 23:06 Roni_i 阅读(164) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-08-08 21:21 Roni_i 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.正环 用 SPFA不断的进行松弛操作,发现当前金额可以比本身大就更新,同时记录更新次数。如果更新次数超过n次,说明存在”正“环。 2.负环 这里先说明下负环。(求最短距离的时候) 在我们用SPFA求最短路径的时候,如果存在负环,在松弛操作的时候总会加入队列 因为最小距离会越来越小,同样这里如果经 阅读全文
posted @ 2018-08-08 20:56 Roni_i 阅读(1580) 评论(0) 推荐(0) 编辑
摘要: Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whe 阅读全文
posted @ 2018-08-08 15:11 Roni_i 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but 阅读全文
posted @ 2018-08-08 14:05 Roni_i 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1.到底如何求k短路的? 我们考虑,要求k短路,要先求出最短路/次短路/第三短路……/第(k-1)短路,然后访问到第k短路。 接下来的方法就是如此操作的。 2.f(x)的意义? 我们得到的f(x)更小,优先访问这个f(x)的点。 我们可以定义一组数{p,g,h},p是某一个点,g是估价,h是实际,那 阅读全文
posted @ 2018-08-08 10:19 Roni_i 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Since 1945, when the first nuclear bomb was exploded by the Manhattan Project team in the US, the number of nuclear weapons have soared across the glo 阅读全文
posted @ 2018-08-08 09:45 Roni_i 阅读(146) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define debug() puts("++++") #def... 阅读全文
posted @ 2018-08-07 14:20 Roni_i 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。有人用两种说法对这N个动物所构成的食物链关系进行描述: 第一种说法是"1 X Y",表示X和Y是同类。 第二种说 阅读全文
posted @ 2018-08-07 09:54 Roni_i 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders and that 阅读全文
posted @ 2018-08-07 09:52 Roni_i 阅读(175) 评论(0) 推荐(0) 编辑
摘要: [树形DP](https://cn.vjudge.net/contest/123963#overview) #include<cstdio> #include<string> #include<cstdlib> #include<cmath> #include<iostream> #include< 阅读全文
posted @ 2018-08-06 00:54 Roni_i 阅读(282) 评论(0) 推荐(0) 编辑
摘要: You, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a huge cavern, which consi 阅读全文
posted @ 2018-08-06 00:20 Roni_i 阅读(290) 评论(0) 推荐(0) 编辑
摘要: ACboy很喜欢玩一种战略游戏,在一个地图上,有N座城堡,每座城堡都有一定的宝物,在每次游戏中ACboy允许攻克M个城堡并获得里面的宝物。但由于地理位置原因,有些城堡不能直接攻克,要攻克这些城堡必须先攻克其他某一个特定的城堡。你能帮ACboy算出要获得尽量多的宝物应该攻克哪M个城堡吗? Input每 阅读全文
posted @ 2018-08-05 21:59 Roni_i 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-08-05 16:46 Roni_i 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 不要62 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 56193 Accepted Submission(s): 21755 Problem 阅读全文
posted @ 2018-08-05 15:53 Roni_i 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1026: [SCOI2009]windy数 Description windy定义了一种windy数。不含前导零且相邻两个数字之差至少为2的正整数被称为windy数。 windy想知道,在A和B之间,包括A和B,总共有多少个windy数? windy定义了一种windy数。不含前导零且相邻两个数字 阅读全文
posted @ 2018-08-05 15:38 Roni_i 阅读(216) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; int t; long long dp[19][19][2005]; long long l, r; int digit[20]; long long dfs(int len,...int if4..., bool limit) { if (len == 0) ... 阅读全文
posted @ 2018-08-05 14:46 Roni_i 阅读(219) 评论(0) 推荐(0) 编辑
摘要: You are a member of the space station engineering team, and are assigned a task in the construction process of the station. You are expected to write 阅读全文
posted @ 2018-08-05 10:05 Roni_i 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Farmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivity to all farms in the area. He needs you 阅读全文
posted @ 2018-08-05 01:14 Roni_i 阅读(255) 评论(0) 推荐(0) 编辑
摘要: The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 22668 Accepted: 8038 Description Given a connected undirected graph, tell if 阅读全文
posted @ 2018-08-04 23:37 Roni_i 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1001:枚举保留题目的集合,然后模拟(二进制状态压缩 暴力所选的问题k 0~1<<m-1。再把n个人的状态进行按位&) 1002:直接在输入的时候扫一遍就行了,顺便用前缀和统计出每个字母的出现次数 (也可以线段树、ST表) 1006:两次克鲁斯卡尔(并查集) 阅读全文
posted @ 2018-08-04 14:39 Roni_i 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 1:给出一个括号字符串,问这个字符串中符合规则的最长子串的长度。 【逆序枚举区间长度】 #include<cstdio> #include<string> #include<cstdlib> #include<cmath> #include<iostream> #include<cstring> # 阅读全文
posted @ 2018-08-03 21:50 Roni_i 阅读(953) 评论(0) 推荐(1) 编辑
摘要: 题目描述 某大学有N个职员,编号为1~N。他们之间有从属关系,也就是说他们的关系就像一棵以校长为根的树,父结点就是子结点的直接上司。现在有个周年庆宴会,宴会每邀请来一个职员都会增加一定的快乐指数Ri,但是呢,如果某个职员的上司来参加舞会了,那么这个职员就无论如何也不肯来参加舞会了。所以,请你编程计算 阅读全文
posted @ 2018-08-02 20:45 Roni_i 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 42 下一页