搜索资源列表
report
- poj解题报告,包括了许多很经典的算法-POJ problem solving reports, including a number of classic algorithms
poj01
- poj acm 1664 2694 2749 2816 递归算法部分题解~~很经典的递归应用-poj acm 1664 2694 2749 2816 recursive algorithm for part of the problem solution ~ ~ a very classic recursive application of
poj
- pku 3613 Cow Relays 题意:给一个无向图,求从起点s到终点e尽力n条边的路径最小值。 边的数量2<=t<=100(每条边可以重复遍历) 算法:利用dp求出 path[ l ] [ i ] [ k ]=MIN(path[ l ][ i ] [ k ] , path[ l ][ i ] [ j ] + path[ l ][ j ] [ k ]) l 表示的是2的指数,假设 i 到 k 要途径 2^l 条边,那么他可以被分为两段 途径2
2010-5-16
- POJ acm 题目源码,总共5道题分别是1046 2028 2245 3749 3570-POJ acm problems Source, a total of five questions are the 1046 2028,2245 3749,3570