
图论
whiskey_wei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图遍历hdu4460
求图中任意两点的最短距离中的最大值; 开始时没读题意,wa; 需要注意用map处理字符串的方法; 由于bfs的特性,最短的路径肯定是最先找到; 人家的代码: #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f using namesp转载 2017-09-05 20:42:05 · 383 阅读 · 0 评论 -
hdu4109拓扑Instrction Arrangement
Problem Description Ali has taken the Computer Organization and Architecture course this term. He learned that there may be dependence between instructions, like WAR (write after read), WAW, RAW. If原创 2017-09-06 20:43:32 · 267 阅读 · 0 评论