pub struct Dijkstra { /* private fields */ }
Expand description
Dijkstra’s Algorithm. Finds the shortest path from a starting node to all other nodes in a weighted graph.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dijkstra
impl RefUnwindSafe for Dijkstra
impl Send for Dijkstra
impl Sync for Dijkstra
impl Unpin for Dijkstra
impl UnwindSafe for Dijkstra
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more