I'm struggling a bit here because quite honestly my brain is fried and I'm clueless as to what to do.
My task is to find connector's in a undirected, unweighted, graph.
The task claims that: In an undirected graph, vertex v is a connector if there are at least two other vertices x and w for which every path between x and w goes through v.
Don't get me wrong, I get what this means, but I'm hopelessly doing this. When I go through this graph (it is suggested I use DFS), what am I suppose to do exactly?
I just wanna be on the right path of finishing this.
Any help is much appreciated!