Content deleted Content added
→Directed graph: I changed one index for better representation |
|||
Line 111:
! Weights !! Algorithm !! Time complexity !! Author
|-
| <math>\mathbb{R}</math> || ||
</ |-
| <math>\mathbb{R}</math> || [[Bellman–Ford algorithm]] ||
|-
| <math>\mathbb{R}</math> || [[Johnson's algorithm|Johnson-Dijkstra]] with [[binary heap]] ||
|-
| <math>\mathbb{R}</math> || [[Johnson's algorithm|Johnson-Dijkstra]] with [[Fibonacci heap]] ||
|-
| <math>\mathbb{
|-
|<math>\mathbb{
|[[Interior-point method]] with Laplacian solver
|<math>O(E^{10/7} \log^{O(1)} V \log^{O(1)} L)</math>
|{{harvnb|Cohen|Mądry|Sankowski|Vladu|2017|Ref=https://doi.org/10.1137/1.9781611974782.48}}
|-
|<math>\mathbb{Z}</math>
|[[Interior-point method]] with <math>\ell_p</math> flow solver
|<math>E^{4/3 + o(1)} \log^{O(1)} L</math>
|{{harvnb|Axiotis|Mądry|Vladu|2020|Ref=https://doi.org/10.1109/FOCS46700.2020.00018}}
|-
|<math>\mathbb{Z}</math>
|Robust [[interior-point method]] with sketching
|<math>O((E + V^{3/2}) \log^{O(1)} V \log^{O(1)} L)</math>
|{{harvnb|van den Brand|Lee|Nanongkai|Peng, Saranurak, Sidford, Song, Wang|2020|Ref=https://doi.org/10.1109/FOCS46700.2020.00090}}
|-
|<math>\mathbb{Z}</math>
|Based on low-diameter decomposition
|<math>O(E \log^8 V \log L)</math>
|{{harvnb|Bernstein|Nanongkai|Wulff-Nilsen|2022}}
|-
|<math>\mathbb{R}</math>
|Hop-limited shortest paths
|<math>O(E V^{8/9} \log^{O(1)} V)</math>
|{{harvnb|Fineman|2023|4=|Ref=https://arxiv.org/abs/2311.02520}}
|}
{{incomplete list|date=December 2012}}
Line 133 ⟶ 154:
! Weights !! Algorithm !! Time complexity !! Author
|-
| <math>\mathbb{Z}</math> ||
|}
|