Merge pull request #1 from woojinnn/AnHaechan/main

cargo doc
This commit is contained in:
Haechan An
2023-08-26 20:09:47 +09:00
committed by GitHub

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!()
} }