how many vertices are connected to s? if (search.count() != G.V()) Not connected
(&self)
| 39 | /// if (search.count() != G.V()) |
| 40 | /// Not connected |
| 41 | pub fn count(&self) -> usize { |
| 42 | self.count |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | impl DepthFirstSearch { |
nothing calls this directly
no outgoing calls
no test coverage detected