Merge pull request #287 from songmuhan/fix-typo

fix typo in assignment11/graph.rs
This commit is contained in:
Woojin Lee
2023-11-21 17:08:25 +09:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ impl SubGraph {
todo!()
}
/// Adds a node to the subgraph. Returns true iff the node is successfully removed.
/// Removes a node from the subgraph. Returns true iff the node is successfully removed.
pub fn remove_node(&mut self, node: &NodeHandle) -> bool {
todo!()
}