首页    期刊浏览 2024年10月04日 星期五
登录注册

文章基本信息

  • 标题:Single-Source Bottleneck Path Algorithm Faster than Sorting for Sparse Graphs
  • 作者:Ran Duan ; Kaifeng Lyu ; Yuanhang Xie
  • 期刊名称:LIPIcs : Leibniz International Proceedings in Informatics
  • 电子版ISSN:1868-8969
  • 出版年度:2018
  • 卷号:107
  • 页码:43:1-43:14
  • DOI:10.4230/LIPIcs.ICALP.2018.43
  • 出版社:Schloss Dagstuhl -- Leibniz-Zentrum fuer Informatik
  • 摘要:In a directed graph G=(V,E) with a capacity on every edge, a bottleneck path (or widest path) between two vertices is a path maximizing the minimum capacity of edges in the path. For the single-source all-destination version of this problem in directed graphs, the previous best algorithm runs in O(m+n log n) (m=|E| and n=|V|) time, by Dijkstra search with Fibonacci heap [Fredman and Tarjan 1987]. We improve this time bound to O(m sqrt{log n}+sqrt{mn log n log log n}), which is O(n sqrt{log n log log n}) when m=O(n), thus it is the first algorithm which breaks the time bound of classic Fibonacci heap when m=o(n sqrt{log n}). It is a Las-Vegas randomized approach. By contrast, the s-t bottleneck path has algorithm with running time O(m beta(m,n)) [Chechik et al. 2016], where beta(m,n)=min{k >= 1: log^{(k)}n <= m/n}.
  • 关键词:Graph Algorithm; Bottleneck Path; Combinatorial Optimization
Loading...
联系我们|关于我们|网站声明
国家哲学社会科学文献中心版权所有