E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
poj.org
POJ 3071 Football (概率DP)
POJ3071Football(概率DP):http://
poj.org
/problem?
PNAN222
·
2016-04-30 14:00
概率DP
POJ3422 Kaka's Matrix Travels
一.原题链接:http://
poj.org
/problem?id=3422二.题目大意:卡卡从一个N*N的矩阵的左上角走到右下角,走K次,每个格子只要走过一次,里面的数值会被吸收,求被吸收的最大值。
H992109898
·
2016-04-30 14:00
POJ_1611(The Suspects)
题目链接:http://
poj.org
/problem?id=1611这道题的题意是将与0号人在同一组的人数统计出来!可以看成是与0号组的集合,我们最后统计这个集合的人数有多少就可以。
yizhen_acmer
·
2016-04-30 10:00
压缩
并查集
POJ_2236(Wireless Network)
题目链接:http://
poj.org
/problem?
yizhen_acmer
·
2016-04-30 08:00
并查集
路径压缩
POJ2195 Going Home
一.原题链接:http://
poj.org
/problem?id=2195二.题目大意:给一个由H(代表房子)、m(代表人)、和.(代表空的)构成的矩阵。
H992109898
·
2016-04-29 20:00
poj2524 Ubiquitous Religions
题目链接:http://
poj.org
/problem?id=2524这题是求联通块。我们可以用并查集来做。不过要记得合并的时候要有序的合并,然后在枚举父亲节点,看看有多少点是在该点管辖下。
NaCl__
·
2016-04-29 16:00
poj
并查集
poj2377
题目链接http://
poj.org
/problem?id=2377这题求得是最大生成树。如果不能联通的话就输出-1.我们用克鲁斯卡尔来做。要注意的一点就是在合并的时候要有序的合并。
NaCl__
·
2016-04-29 16:00
poj
生成树-并查集
POJ-2096 Collecting Bugs (概率DP)
CollectingBugshttp://
poj.org
/problem?
idealism_xxm
·
2016-04-29 15:00
poj
概率DP
POJ Brackets (区间dp)
题目链接:http://
poj.org
/problem?
csdn364988181
·
2016-04-29 12:00
dp
ACM
POJ-3744 Scout YYF I (概率DP&&矩阵快速幂)
ScoutYYFIhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-29 11:00
poj
概率DP
POJ 2104 K-th Number【整体二分 + 树状数组】
题目链接:http://
poj.org
/problem?id=2104题意:给定序列,求每次询问区间的第K大数。分析:首先介绍整体二分。
Yukizzz
·
2016-04-29 01:00
poj 1410 Intersection(矩形和线段交)
http://
poj.org
/problem?
w144215160044
·
2016-04-28 21:00
POJ 1904 King's Quest 强连通分量 好题
题目:http://
poj.org
/problem?id=1904题意:一个国王有n个王子,同时有n个女孩。
霜刃未曾试
·
2016-04-28 17:41
连通分量分解
poj2481Cows
链接:http://
poj.org
/problem?id=2481题意:给定n个区间[li,ri]。输出每一个区间被多少区间完全包含。分析:我们直接按l为第一关键字,l相同是r从大到小排序。
Fsss_7
·
2016-04-27 22:00
Poj 2356Find a multiple
http://
poj.org
/problem?
Jeremy1149
·
2016-04-27 19:00
poj
鸽巢原理
POJ 1125 Stockbroker Grapevine(Floyd)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-04-27 19:00
POJ 1741 Tree【树分治】
题目链接:http://
poj.org
/problem?id=1741题意:给定树和树边的权重,求有多少对顶点之间的边的权重之和小于等于K。分析:树分治。直接枚举不可,我们将树划分成若干子树。
Yukizzz
·
2016-04-27 19:00
poj 1066 Treasure Hunt (线段交)
http://
poj.org
/problem?
w144215160044
·
2016-04-27 19:00
POJ 3281 —— Dining
原题:http://
poj.org
/problem?
L_avender
·
2016-04-26 22:00
网络流
poj2886Who Gets the Most Candies?
链接:http://
poj.org
/problem?id=2886题意:给定n,k,然后给定n个坐成环的人的信息:名字和a[i]。
Fsss_7
·
2016-04-26 22:00
POJ1789-Truck History .
题目链接:http://
poj.org
/problem?id=1789题目的大概意思就是给你n个字符串。每个字符串只有7的长度。然后分别给这些字符串编号。不同编号之间的距离就是他们有多少个不同的字母。
NaCl__
·
2016-04-26 22:00
算法
poj
Prim
POJ 1042 Gone Fishing(模拟+贪心)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-04-26 21:00
POJ 1459 —— Power Network
原题:http://
poj.org
/problem?
L_avender
·
2016-04-26 21:00
网络流
poj2828Buy Tickets
链接:http://
poj.org
/problem?id=2828题意:给定n个人的信息依次插入队列,pos[i]第i个人插入到pos[i]的位置,val[i]为第i个人的价值。
Fsss_7
·
2016-04-26 20:00
POJ 3468 A Simple Problem with Integers
题目链接:http://
poj.org
/problem?
RaAlGhul
·
2016-04-26 19:00
HDU 1664 放苹果
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-04-26 15:00
POJ-3114 Countries in War (强连通分量[Tarjan]&&Dijkstra)
CountriesinWarhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-26 14:00
poj
dijkstra
Tarjan
POJ-2553 The Bottom of a Graph (强连通分量[Tarjan])
TheBottomofaGraphhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-25 23:00
poj
图论
Tarjan
连通分量
POJ 1273 —— Drainage Ditches 入门题
原题:http://
poj.org
/problem?
L_avender
·
2016-04-25 15:00
网络流
POJ - 2387 Til the Cows Come Home(Dijkstra)
题目链接:http://
poj.org
/problem?
qq_28300479
·
2016-04-24 23:00
POJ-2762 Going from u to v or from v to u? (强连通分量[Tarjan]&&(拓扑排序||树形DP))
http://
poj.org
/problem?
idealism_xxm
·
2016-04-24 20:00
poj
拓扑排序
Tarjan
树形DP
连通分量
POJ1815 Friendship
一.原题链接:http://
poj.org
/problem?id=1815二.题目大意:给你一个不带权连通图,第一行为节点数,起点,终点。然后给你一个邻接矩阵,描述点与点之间的关系。
H992109898
·
2016-04-24 11:00
POJ-3352 Road Construction (边双连通分量[Tarjan])
RoadConstructionhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-24 10:00
poj
图论
Tarjan
连通分量
POJ-3177 Redundant Paths (边双连通分量[Tarjan])
RedundantPathshttp://
poj.org
/problem?
idealism_xxm
·
2016-04-24 09:00
poj
图论
Tarjan
连通分量
POJ-2117 Electricity (割点[Tarjan])
Electricityhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-23 21:00
poj
Tarjan
连通分量
POJ-1523 SPF (割点[Tarjan])
SPFhttp://
poj.org
/problem?
idealism_xxm
·
2016-04-23 20:00
poj
图论
Tarjan
POJ-1236 Network of Schools (强连通分量[Tarjan])
NetworkofSchoolshttp://
poj.org
/problem?
idealism_xxm
·
2016-04-23 10:00
poj
图论
Tarjan
POJ-2186 Popular Cows (强连通分量[Kosaraju])
PopularCowshttp://
poj.org
/problem?
idealism_xxm
·
2016-04-23 00:00
poj
图论
Kosaraju
连通分量
poj 2084 Game of Connections (卡特兰数,大数乘除)
题目链接:http://
poj.org
/problem?id=2084关于卡特兰数,可以看看下面这几个博客,原来这么有用。。。
Strokess
·
2016-04-22 20:00
poj 1556 The Doors(线段交+最短路)
http://
poj.org
/problem?
w144215160044
·
2016-04-22 09:00
POJ 2553 —— The Bottom of a Graph
原题:http://
poj.org
/problem?
L_avender
·
2016-04-21 20:00
强连通
POJ 2752 Seek the Name, Seek the Fame
http://
poj.org
/problem?
u013077144
·
2016-04-21 19:00
POJ 3461 Oulipo
http://
poj.org
/problem?
u013077144
·
2016-04-21 19:00
POJ 3984 迷宫问题
http://
poj.org
/problem?
u013077144
·
2016-04-21 19:00
POJ 3630 Phone List
http://
poj.org
/problem?
u013077144
·
2016-04-21 19:00
POJ 1426 Find The Multiple
http://
poj.org
/problem?
u013077144
·
2016-04-21 18:00
POJ-1861,Network,最小生成树水题,,注意题面输出有问题,不必理会~~
NetworkTimeLimit: 1000MS MemoryLimit: 30000K SpecialJudgehttp://
poj.org
/problem?
NYIST_TC_LYQ
·
2016-04-21 18:00
POJ3469 Dual Core CPU
一.原题链接:http://
poj.org
/problem?
H992109898
·
2016-04-21 16:00
POJ 3667 Hotel(区间合并)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-04-21 13:00
HDU-1501 (POJ-2192) Zipper (DFS||DP)
pid=1501http://
poj.org
/problem?
idealism_xxm
·
2016-04-20 21:00
dp
poj
DFS
HDU
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他