
ICPC-图论
图论有关的题解
海岛Blog
专注于程序设计及其竞赛,专注于集成电路EDA设计
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVA10720 Graph Construction【图论】
Graph is a collection of edges E and vertices V. Graph has a wide variety of applications in computer. There are different ways to represent graph in computer. It can be represented by adjacency matri...原创 2020-03-30 00:03:20 · 437 阅读 · 0 评论 -
UVA10928 My Dear Neighbours【图结点出度】
Manuel is a Portuguese that is vegetarian and does not like his neighbourhood very much because all his neighbours are always doing barbecues and the smoke goes into his house. Now Manuel has decided ...原创 2019-03-27 06:47:55 · 405 阅读 · 0 评论 -
UVA11550 Demanding Dilemma【图论】
A simple undirected graph is an ordered pair G = (V, E) where V is a non-empty set of vertices, and E is a set of unordered pairs (u, v) where u and v are in V and u ̸= v. If S is a set, define |S| as...原创 2019-05-13 22:46:10 · 407 阅读 · 0 评论