pub fn native_shortest_path(
graph_file: &mut GraphFile,
start: NativeNodeId,
end: NativeNodeId,
) -> Result<Option<Vec<NativeNodeId>>, NativeBackendError>Expand description
Native shortest path implementation using BFS
pub fn native_shortest_path(
graph_file: &mut GraphFile,
start: NativeNodeId,
end: NativeNodeId,
) -> Result<Option<Vec<NativeNodeId>>, NativeBackendError>Native shortest path implementation using BFS