Skip to main content

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 126ms
test_shortest_path 🔒