zoukankan      html  css  js  c++  java
  • 转载

    出处:http://blog.csdn.net/shahdza/article/details/7779273

    最短路

    【HDU】

    1548    A strange lift基础最短路(或bfs)★
    2544    最短路  基础最短路★
    3790    最短路径问题基础最短路★
    2066    一个人的旅行基础最短路(多源多汇,可以建立超级源点和终点)★
    2112    HDU Today基础最短路★
    1874    畅通工程续基础最短路★
    1217    Arbitrage   货币交换 Floyd (或者 Bellman-Ford 判环)★
    1245    Saving James Bond计算几何+最短路★
    1317    XYZZY  Bellman-Ford判环,有负权★
    1535    Invitation Cards   有向图的来回最短路,(反向建图)★
    1546    Idiomatic Phrases Game  最短路★
    2680    Choose the best route   最短路★
    2923    Einbahnstrasse最短路★
    3339    In Action  最短路+背包★
    2224    The shortest path双调旅行商问题★★
    2807    The Shortest Path矩阵运算+最短路(floyd)★★
    1595    find the longest of the shortest枚举+最短路(删掉任意一条边的最长最短路)★★
    3986    Harry Potter and the Final Battle 枚举+最短路(删掉任意一条边的最长最短路)★★
    1599    find the mincost routefloyd求最小环★

    1839Delay Constrained... 二分下限+最短路(带限制最短路)★★

    3631 Shortest Path Floyd插点法★★

    4114Disney's FastPass 最短路+二维状压DP(难)★★★

    3832    Earth Hour 三点连通(斯坦纳树)★

    3873    Invade the Mars Dij变体(好题!,带限制最短路)★★★

    4063 Aircraft 几何构图+最短路★★★★

    hdu4179Difficult Routes dis[][]开二维状态的最短路(带限制最短路)★★

    2145zz's Mysterious Present 反向建边. 最短路

    3268 最短路
    3143 最短路
    1869 六度分离 Floyd最短路★
    1385    Minimum Transport Cost 最短路+输出路径(输出字典序最小路径,有点恶心)★★
    1224    free DIY Tour 最短路+输出路径★
    1142    A Walk Through the Forest  最短路+记忆搜索★★
    1596    find the safest road   乘积最小的最短路★
    1598    find the most comfortable road二分速度差+最短路(带限制最短路)★★
    2722    Here We Go(relians) Again最短路★
    2962    Trucking 二分+最短路(带限制最短路)★★
    1690    Bus System 最短路★
    2433    Travel 删边+最短路之和(预处理桥边)★★★
    2363    Cycling 二分+最短路(带限制最短路)★★
    2377    Bus Pass 最短路(寻找一个点的最长最短路最小)★★
    2833    WuKong 最短路+记忆化搜索(求两条最短路的最多公共点)★★
    1688    Sightseeing最短次短路条数★★
    3191    How Many Paths Are There 次短路条数★★
    2482    Transit search最短路★★★

    3768 Shopping 最短路+dfs(或最短路+状压DP)★★

    3035    War 平面图最小割(建图麻烦)★★
    3870    Catch the Theves 平面图最小割(建图麻烦)★★

    3860Circuit Board 平面图最小割(建图麻烦)★★

    4308 Saving Princess claire_ 最短路构图

    4034 Graph [Floyd应用]

    4157 Slalom 计算几何+最短路

    4280 Island Transport [抠图+平面图最小割]

    4293 Groups [最长路]

    4318 Power transmission

    4360 As long as Binbin loves Sangsang

    4370  0 or 1

    4396 More lumber is required

    =======================================================================================================
    【POJ】
    1062 昂贵的聘礼 竟然可以和最短路联系起来★★

    1094 Sorting It All OutFloyd 判环+拓扑排序★

    1125Stockbroker Grapevine Floyd★

    1135 Domino Effect 最短路,比较有意思★★

    1161 Walls 最短路(图太恶心了)★★

    1502 MPI Maelstrom Floyd★

    1511    Invitation Cards 来回最短路★

    1556The Doors 计算几何+最短路★★

    1724 ROADS 带限制的最短路,dis[][]开二维来记录信息(或广搜)★★

    1734 Sightseeing trip floyd最小环路径★

    1797 Heavy Transportation 二分枚举+最短路★

    1847 Tram 简单最短路★

    1860Currency Exchange 货币兑换★

    1949 Chores 反向建边,求最长路★★

    2139 Six Degrees of Cowvin Bacon Floyd★

    2240Arbitrage 货币兑换★

    2253Frogger 二分+最短路★

    2312 坦克大战 spfa最短路本质变形-->广搜★

    2387 Til the Cows Come Home 基础最短路★

    2394Checking an Alibi 最短路★

    2449Remmarguts' Date A*求第K短路★★

    2457 Part Acquisition 最短路 (输出路径)★★

    2472 106 miles to Chicago 乘积最短路(log一下,乘变加)★★

    2502Subway
    2570 Fiber Network floyd
    3013 圣诞树
    3037Skiing
    3072 Robot

    3114 Countries in War 强联通+最短路

    3160 Father Christmas flymouse 强联通+最长路

    3255 Roadblocks

    3259 Wormholes (寻找负权回路)

    3268 Silver Cow Party

    3311 Hie with the Pie floyd+状压

    3328 Cliff Climbing
    3439 Server Relocation
    3463 Sightseeing 次短路条数
    3159

    3521Geometric Map 计算几何+最短路

    3549GSM phone 计算几何+最短路

    3594 Escort of Dr. Who How

    3613 Cow Relays 经过N条边的最短路 // floyd + 二分矩阵

    3615 Cow Hurdles
    3621 最优比率环
    3635 full tank?
    3660 传递闭包
    3662 Telephone Lines

    4046Sightseeing


    【SGU314】一道神级求前k短路。。。

    ============================================================================================

    差分约束

    【HDU】
    1384 Intervals 基础差分约束★
    1529 Cashier Employment 神级差分约束★★★★

    1531 King 差分约束★
    1534 Schedule Problem差分约束输出一组解★
    3440 House Man比较好的差分约束★★
    3592 World Exhibition简单★
    3666 THE MATRIX PROBLEM中等★★
    4274 Spy's Work [先处理出欧拉序列,然后就是差分约束了...]

    【POJ】
    1201 Intervals
    1275 Cashier Employment
    1364 King
    1716 Integer Intervals
    2949 Word Rings
    2983 Is the Information Reliable?
    3159
    3169
    3687

  • 相关阅读:
    Atitit 集团与个人的完整入口列表 attilax的完整入口 1. 集团与个人的完整入口列表 1 2. 流量入口概念 2 3. 流量入口的历史与发展 2 1.集团与个人的完整入口列表
    atitit 每季度日程表 每季度流程 v3 qaf.docx Ver history V2 add diary cyar data 3 cate V3 fix detail 3cate ,
    Atitit react 详细使用总结 绑定列表显示 attilax总结 1. 前言 1 1.1. 资料数量在百度内的数量对比 1 1.2. 版本16 v15.6.1 1 1.3. 引入js 2
    Atitit r2017 r3 doc list on home ntpc.docx
    Atitit r2017 ra doc list on home ntpc.docx
    Atiitt attilax掌握的前后技术放在简历里面.docx
    Atitit q2016 qa doc list on home ntpc.docx
    Atitit r7 doc list on home ntpc.docx 驱动器 D 中的卷是 p2soft 卷的序列号是 9AD0D3C8 D:\ati\r2017 v3 r01\
    Atitit 可移植性之道attilax著
    Atitit q2016 q5 doc list on home ntpc.docx
  • 原文地址:https://www.cnblogs.com/sineatos/p/3305242.html
Copyright © 2011-2022 走看看