pub struct GraphTraversal<'a> { /* private fields */ }
Expand description
グラフトラバーサルアルゴリズム
Implementations§
Source§impl<'a> GraphTraversal<'a>
impl<'a> GraphTraversal<'a>
Sourcepub fn connected_components(&mut self) -> Vec<Vec<VertexId>>
pub fn connected_components(&mut self) -> Vec<Vec<VertexId>>
接続成分を検出
Auto Trait Implementations§
impl<'a> Freeze for GraphTraversal<'a>
impl<'a> RefUnwindSafe for GraphTraversal<'a>
impl<'a> Send for GraphTraversal<'a>
impl<'a> Sync for GraphTraversal<'a>
impl<'a> Unpin for GraphTraversal<'a>
impl<'a> UnwindSafe for GraphTraversal<'a>
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