cargo doc

This commit is contained in:
woojin
2023-08-25 23:43:40 +09:00
parent f64b046153
commit 176d0df5d2

View File

@@ -90,7 +90,7 @@ impl SubGraph {
} }
/// Returns true iff the subgraph contains a cycle. Nodes that do not belong to this subgraph /// Returns true iff the subgraph contains a cycle. Nodes that do not belong to this subgraph
/// are ignored. See https://en.wikipedia.org/wiki/Cycle_(graph_theory) for an algorithm. /// are ignored. See <https://en.wikipedia.org/wiki/Cycle_(graph_theory)> for an algorithm.
pub fn detect_cycle(&self) -> bool { pub fn detect_cycle(&self) -> bool {
todo!() todo!()
} }