poj水题
薇酱
=。=
展开
-
poj入门水题整理3
poj 2000 2665 1519 1528 3100 1658 3916 3224 2871 3673原创 2016-09-04 17:10:16 · 777 阅读 · 0 评论 -
poj入门水题--动态规划(DP)2533 Longest Ordered Subsequence 1088滑雪
9.2533 Longest Ordered Subsequence最长子序列1088 滑雪。poj入门水题原创 2017-01-30 13:08:36 · 682 阅读 · 0 评论 -
poj入门水题10
poj 3650 The Seven Percent Solution,2941 Homogeneous Square,2940 Wine Trading in Gergovia,1045 Bode Plot,5.2719 Faulty Odometer,2291 Rotten Ropes,1401 Factorial,1338 Ugly Numbers原创 2016-12-12 00:11:28 · 575 阅读 · 0 评论 -
poj入门水题整理11
poj 3475 Paper-, er, Transcript-Folding Game , 1936 All in All , 2498 StuPId,3627 Bookshelf,2488 A Knight's Journey,2612 Mine Sweeper,1299 Polar Explorer,1258 Agri-Net原创 2017-01-14 22:49:51 · 633 阅读 · 0 评论 -
poj入门水题--深度搜索(dfs)题 1011,含各种剪枝,比较经典
深度搜索(dfs)题 1011,含各种剪枝,比较经典原创 2016-12-25 20:49:40 · 3318 阅读 · 0 评论 -
poj入门水题--宽搜(bfs)题 1979 1562 2386 3278
poj 1979,bfs,宽搜,1562 2386 1915 2243 3278原创 2016-11-13 21:06:55 · 3015 阅读 · 1 评论 -
poj入门水题9
poj 3637 1007 2924 3299 1607原创 2016-11-27 22:53:58 · 455 阅读 · 0 评论 -
poj入门水题8
poj 2141 2039 1862 3917 3632 3006 1046 2608 3619 3077原创 2016-11-27 22:06:53 · 525 阅读 · 0 评论 -
poj入门水题---2349prime算法生成最小生成树
题目链接:http://poj.org/problem?id=2349最小生成树:连通一些点,要求边之和最小。prime 算法1.选取一个点(一般我就取第一个了,反正最后都是要加入最小生成树中的= =),标记为遍历过。2.初始化距离数组,值为和1中选取的点的距离。3.在未遍历的点中,找出与集合中的点距离最近的点x,标记为遍历过。4.用x跟新距离,即,若集原创 2015-06-01 16:57:28 · 726 阅读 · 0 评论 -
poj入门水题整理7
poj 3507 3325 2013 3062 2196 1543 1547 2105 2136原创 2016-11-13 21:05:36 · 478 阅读 · 0 评论 -
poj入门水题整理6
poj 2209 、 2365、1298、3749、3438、3589、1552、3751、2656、3518原创 2016-10-30 20:54:41 · 630 阅读 · 0 评论 -
poj入门水题整理5
poj 2707 1664 2388 2739 1477 1517 2027 2575 2636 3386原创 2016-10-23 20:47:50 · 526 阅读 · 0 评论 -
poj入门水题整理2
poj 3979 2017 2390 2509 1005原创 2016-08-14 23:39:27 · 1514 阅读 · 0 评论 -
poj入门水题整理1--按刷题顺序解释
poj的水题,按刷题顺序:1000,1004,3980,2521,3086,1207,1003,3210,1002 1663原创 2016-08-07 17:45:20 · 8261 阅读 · 1 评论 -
poj入门水题整理4
poj 3094、3117、2583、1316、2840、3030、2301、2159、2262、2909原创 2016-09-16 22:28:17 · 578 阅读 · 0 评论 -
poj入门水题整理12
poj.org 1503 Integer Inquiry,1504 Adding Reversed Numbers,2562 Primary Arithmetic,3750 小孩报数问题,2602 Superlong sums,3978 Primes,3970 Party,1565 Skew Binary,2389 Bull Math,3994 Probability One原创 2017-01-30 16:33:44 · 994 阅读 · 0 评论