简介
本文为自己做的一部分图论题目,作为题单列出,持续更新。
题单由题目链接和题解两部分组成,题解部分提供简洁题意,代码仓库:Kaiser-Yang/OJProblems。
对于同一个一级标题下的题目,题目难度尽可能做到递增。
搜索/BFS/DFS
Luogu P3547 [POI2013] CEN-Price List
题目链接:Luogu P3547 [POI2013] CEN-Price List
题解:
割点/桥/缩点
Luogu P3388 【模板】割点(割顶)
题目链接:Luogu P3388 【模板】割点(割顶)
题解:Luogu P3388 【模板】割点(割顶) 题解 Tarjan/割点
LibreOJ 10091「一本通 3.5 例 1」受欢迎的牛
题目链接:LibreOJ 10091「一本通 3.5 例 1」受欢迎的牛
题解:LibreOJ 10091「一本通 3.5 例 1」受欢迎的牛 题解 Tarjan 缩点 Toposort DAG DP
POJ 1236 Network of Schools
题目链接:POJ 1236 Network of Schools
题解:POJ 1236 Network of Schools 题解 Tarjan 缩点
POJ 1523 SPF
题目链接:POJ 1523 SPF
题解:POJ 1523 SPF题解 Tarjan 割点
HDUOJ 4738 Caocao’s Bridges
题目链接:HDUOJ 4738 Caocao’s Bridges
题解:HDUOJ 4738 Caocao‘s Bridges 题解 桥 割边 Tarjan
POJ 2117 Electricity
题目链接:POJ 2117 Electricity
题解:POJ 2117 Electricity 题解 Tarjan 割点
Luogu P5058 [ZJOI2004] 嗅探器
题目链接:Luogu P5058 [ZJOI2004] 嗅探器
题解:Luogu P5058 [ZJOI2004] 嗅探器 题解 Tarjan 割点
Luogu P2860 [USACO06JAN] Redundant Paths G
题目链接:Luogu P2860 [USACO06JAN] Redundant Paths G
题解:
HDU 2460 Network
题目链接:HDU 2460 Network
题解:
Luogu P3225 [HNOI2012] 矿场搭建
题目链接:Luogu P3225 [HNOI2012] 矿场搭建
题解:
环计数/三元环/四元环
CodeForces 11 D. A Simple Task
题目链接:CodeForces 11 D. A Simple Task
题解:
LibreOJ 191 无向图四元环计数
题目链接:LibreOJ 191 无向图四元环计数
题解:
HDUOJ 6184 Counting Stars
题目链接:HDUOJ 6184 Counting Stars
题解:
CodeForces 985 G. Team Players
题目链接:CodeForces 985 G. Team Players
题解:
CodeForces GYM 102028 L. Connected Subgraphs
题目链接:CodeForces GYM 102028 L. Connected Subgraphs
题解:
欧拉回路/欧拉通路/曼哈顿回路/曼哈顿通路
Luogu P6066 [USACO05JAN] Watchcow S
题目链接:Luogu P6066 [USACO05JAN] Watchcow S
题解:Luogu P6066 [USACO05JAN] Watchcow S 题解 欧拉回路
Luogu P2731 [USACO3.3] 骑马修栅栏 Riding the Fences
题目链接:Luogu P2731 [USACO3.3] 骑马修栅栏 Riding the Fences
题解:Luogu P2731 [USACO3.3] 骑马修栅栏 Riding the Fences 题解
POJ 1780 Code
题目链接:POJ1780 Code
题解:POJ 1780 Code 题解 欧拉通路 利用栈实现递归
Luogu P1333 瑞瑞的木棍
题目链接:Luogu P1333 瑞瑞的木棍
题解:
Luogu P1127 词链
题目链接:Luogu P1127 词链
题解:
Luogu P6628 [省选联考 2020 B 卷] 丁香之路
题目链接:Luogu P6628 [省选联考 2020 B 卷] 丁香之路
题解:
其他
更新日志
update 2024.2.4
增加题目:
- LuoguP3547
- LuoguP6066
- LuoguP2731
- POJ1780
- LuoguP1333
- LuoguP1127
- LuoguP6628
- HDUOJ6184
- CodeForces985G
- CodeForcesGYM102028L
update 2024.2.5
增加题解:文章来源:https://www.toymoban.com/news/detail-825577.html
- LuoguP6066
- LuoguP2731
- POJ1780
增加题目:
- LuoguP3388
- LibreOJ10091
- POJ1236
- POJ1523
- HDUOJ4738
- POJ2117
- LuoguP5058
- LuoguP2860
- HDU2460
- LuoguP3225
- LibreOJ191
- CodeForces11D
update 2024.2.6
增加题解:
- LuoguP3388
- LibreOJ10091
- POJ1236
update 2024.2.7
增加题解:
- POJ1523
- HDUOJ4738
- POJ2117
- LuoguP5058
Reference
OI-Wiki Graph文章来源地址https://www.toymoban.com/news/detail-825577.html
到了这里,关于算法题目题单+题解——图论的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!