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 2289 —— Jamie's Contact Groups 二分+最大流
原题:http://
poj.org
/problem?
0x3f3f3f3f
·
2016-05-08 13:50
网络流
二分
网络流
poj 2289 —— Jamie's Contact Groups 二分+最大流
原题:http://
poj.org
/problem?
L_avender
·
2016-05-08 13:00
网络流
二分
POJ-1459 Power Network (最大流[Ford-Fulkerson])
PowerNetworkhttp://
poj.org
/problem?
idealism_xxm
·
2016-05-07 16:00
poj
最大流
Ford-Fulkerson
HDU 1128 POJ 1316 Self Numbers
pid=1128POJ链接: http://
poj.org
/problem?
azhuge233
·
2016-05-07 16:00
水题
POJ1316
HDU1128
POJ-1860 Currency Exchange(Bellman-Ford)
CurrencyExchangehttp://
poj.org
/problem?
idealism_xxm
·
2016-05-07 13:00
poj
最短路
Bellman-Ford
POJ 2096 Collecting Bugs (概率期望)
POJ2096CollectingBugs(概率期望):http://
poj.org
/problem?
PNAN222
·
2016-05-07 12:00
概率期望
概率DP
POJ-3259 Wormholes(负权回路[Bellman-Ford])
Wormholeshttp://
poj.org
/problem?
idealism_xxm
·
2016-05-07 11:00
poj
最短路
Bellman-Ford
负权回路
POJ-1062 昂贵的聘礼(Bellman-Ford)
昂贵的聘礼http://
poj.org
/problem?
idealism_xxm
·
2016-05-07 10:00
poj
最短路
Bellman-Ford
POJ 2391 —— Ombrophobic Bovines 二分+Floyd+最大流
原题:http://
poj.org
/problem?
0x3f3f3f3f
·
2016-05-06 22:51
网络流
POJ 2391 —— Ombrophobic Bovines 二分+Floyd+最大流
原题:http://
poj.org
/problem?
L_avender
·
2016-05-06 22:00
网络流
poj 3177 3352 边双连通分量
题目链接:http://
poj.org
/problem?id=3177题意:至少加多少边才能构成边双连通图。
liujc_
·
2016-05-06 22:00
poj1144 求割点的个数
题目链接:http://
poj.org
/problem?
liujc_
·
2016-05-06 21:00
POJ3177 Redundant Paths
原题链接:http://
poj.org
/problem?id=3177二. 题目大意:给一个无向图,要求添加一些边使得任意两点之间最少有2条不同的路径,不同的路径指的是没有公共边的路径。三.
H992109898
·
2016-05-06 20:00
POJ 2112 —— Optimal Milking 二分+Floyd+最大流
原题:http://
poj.org
/problem?
L_avender
·
2016-05-06 15:00
网络流
ACM--DFS--poj 1562--Oil Deposits
poj地址:http://
poj.org
/problem?
qq_26891045
·
2016-05-05 18:00
ACM
poj
DFS
oil
1562
Deposits
POJ1966 Cable TV Network
一.原题链接:http://
poj.org
/problem?id=1966二.题目大意:给你一个很裸的网络,让你判断最少去掉多少个点能够使其不连通。注意是无向图。
H992109898
·
2016-05-05 16:00
POJ1523 SPF
一.原题链接:http://
poj.org
/problem?id=1523二.题目大意:给一个网络,节点与节点相连,让你求去掉某些节点能不能使得整个网络不联通。三.解题思路:就是求关节点。
H992109898
·
2016-05-05 15:00
poj1743最长不重复公共子串
http://
poj.org
/problem?id=1743从题目中的意思可以知道,只要满足相邻的差相等便可以了,那我们建立一个相邻并非的数组,题目要求的便是求最长的重复子串长度,而且不可重叠。
aonaigayiximasi
·
2016-05-04 21:00
POJ2396 Budget
一.原题链接:http://
poj.org
/problem?id=2396二.题目大意:给你一个矩阵,告诉你每一行的和是多少,每一列的和是多少,在给一些限制条件限制每个格子里面的数的上下界。
H992109898
·
2016-05-04 19:00
POJ 2239 Selecting Courses(最大匹配数)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-05-04 15:00
poj 1724 dfs+剪枝
http://
poj.org
/problem?
Jeremy1149
·
2016-05-04 12:00
poj
DFS
Charm Bracelet
0-1背包裸题,没优化过不了http://
poj.org
/problem?
glu_cky
·
2016-05-04 10:00
POJ11422 Air Raid
一,原题链接:http://
poj.org
/problem?
H992109898
·
2016-05-02 19:00
POJ-2387Til the Cows Come Home,最短路坑题,dijkstra注意一下重边就过了~~
TiltheCowsComeHomeTimeLimit: 1000MS MemoryLimit: 65536K http://
poj.org
/problem?
NYIST_TC_LYQ
·
2016-05-02 18:00
POJ1466 Girls and Boys
一.原题链接:http://
poj.org
/problem?id=1466二.题目大意:一个人可能跟多个人有暧昧,求彼此没有暧昧关系的人最多的集合。三,思路:其实就是直接给一个图,让你求最大独立点集。
H992109898
·
2016-05-02 17:00
POJ 3368 Frequent values(线段树区间合并)
传送门:http://
poj.org
/problem?id=3368题意:输入一个n个元素排好序的序列,然后输入q个查询。
xtttgo
·
2016-05-02 15:00
POJ 2605 数学
http://
poj.org
/problem?
zcj5027
·
2016-05-02 15:00
POJ 1555 Polynomial Showdown(字符串模拟)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-05-02 15:00
POJ 2105 IP Address(简单模拟)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-05-02 15:00
POJ 1129 Channel Allocation(图的着色问题)
题目地址:http://
poj.org
/problem?
qq_25605637
·
2016-05-02 15:00
POJ2125 Destroying The Graph
一.原题链接:http://
poj.org
/problem?id=2125二.题目大意:给一个带点权的有向图,(点权:分为进度的权和出度的权)。
H992109898
·
2016-05-02 13:00
POJ-1456 Supermarket (贪心)
Supermarkethttp://
poj.org
/problem?
idealism_xxm
·
2016-05-02 12:00
poj
贪心
LITTLE SHOP OF FLOWERS
http://
poj.org
/problem?
glu_cky
·
2016-05-02 11:00
POJ-2151 Check the difficulty of problems (DP)
Checkthedifficultyofproblemshttp://
poj.org
/problem?
idealism_xxm
·
2016-05-02 00:00
dp
poj
POJ - 2253 Frogger(Dijkstra)
题目链接:http://
poj.org
/problem?
qq_28300479
·
2016-05-01 23:00
POJ - 2240 Arbitrage(Floyd)
题目链接:http://
poj.org
/problem?
qq_28300479
·
2016-05-01 23:00
POJ - 1125 Stockbroker Grapevine(Floyd)
题目链接:http://
poj.org
/problem?
qq_28300479
·
2016-05-01 23:00
POJ - 1062 昂贵的聘礼(Dijkstra)
题目链接:http://
poj.org
/problem?
qq_28300479
·
2016-05-01 23:00
POJ-3071 Football (概率DP)
Footballhttp://
poj.org
/problem?
idealism_xxm
·
2016-05-01 21:00
poj
概率DP
POJ 1523 SPF 点双连通分量
题目:http://
poj.org
/problem?
霜刃未曾试
·
2016-05-01 19:16
连通分量分解
POJ-2253 Frogger (最短路)
Froggerhttp://
poj.org
/problem?
idealism_xxm
·
2016-05-01 19:00
poj
dijkstra
POJ 3352 Road Construction 边双联通分量
题目:http://
poj.org
/problem?
霜刃未曾试
·
2016-05-01 16:15
连通分量分解
POJ1469 COURSES
一.原题链接:http://
poj.org
/problem?id=1469二.题目大意:有P个课程,N个学生,问能不能在每个课程都有课代表的情况下,保证每个是课代表的学生代表不同的课。
H992109898
·
2016-05-01 16:00
POJ 3321Apple Tree(dfs序 树状数组)
传送门:http://
poj.org
/problem?
xtttgo
·
2016-05-01 14:00
POJ3279
做过很多遍的二进制搜索,每次写就是对着代码敲一遍,然后下次写又不会链接:http://
poj.org
/problem?
kevin66654
·
2016-04-30 22:00
搜索
ACM
poj
poj-3134 和路径有关的bfs
http://
poj.org
/problem?id=3134题意是一个x的n次方,最快的运算个方式。。。不会做看题解是个IDDFS。。。太高深暂时先不研究,以后填坑。。
xlzhang223
·
2016-04-30 20:00
POJ 3744 Scout YYF I (矩阵相乘+概率DP)
POJ3744ScoutYYFI(矩阵相乘+概率DP):http://
poj.org
/problem?
PNAN222
·
2016-04-30 17:00
矩阵相乘
概率DP
POJ2516 Minimum Cost
一.原题链接:http://
poj.org
/problem?
H992109898
·
2016-04-30 17:00
poj2226 二分图匹配经典行列建图
http://
poj.org
/problem?id=2226题目大意:如何放木板保证只覆盖到’*’而没有覆盖到’.’。
liujc_
·
2016-04-30 17:00
16.01.01-16.04.30 题集二
POJ2229Sumsetshttp://
poj.org
/problem?
theArcticOcean
·
2016-04-30 15:00
ACM
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他