Module shortest_path

Module shortest_path 

Source

Re-exports§

pub use competitive::graph::DirectedGraphScanner;
pub use competitive::graph::DirectedSparseGraph;
pub use competitive::graph::ShortestPathExt;

Functions§

shortest_path
✅ AC 116ms
test_shortest_path 🔒