is v connected to s?
(&self, v: usize)
| 31 | |
| 32 | /// is v connected to s? |
| 33 | pub fn marked(&self, v: usize) -> bool { |
| 34 | self.marked[v] |
| 35 | } |
| 36 | |
| 37 | /// how many vertices are connected to s? |
| 38 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected