competitive_
library
0.1.0
In competitive_
library::
graph::
shortest_
path_
faster_
algorithm
competitive_library
::
graph
::
shortest_path_faster_algorithm
Function
spfa
Copy item path
Source
pub fn spfa(edge: &[
Vec
<(
usize
,
i64
)>], start:
usize
) ->
Option
<
Vec
<
i64
>>