We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e92bf2 commit 0e95aa0Copy full SHA for 0e95aa0
src/assignments/assignment11/graph.rs
@@ -90,7 +90,7 @@ impl SubGraph {
90
todo!()
91
}
92
93
- /// 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.
94
pub fn remove_node(&mut self, node: &NodeHandle) -> bool {
95
96
0 commit comments