...

/

Challenge 4: Find a "Mother Vertex" in a Directed Graph

Challenge 4: Find a "Mother Vertex" in a Directed Graph

Try to solve the Find a Mother Vertex in a Directed Graph problem.

Statement

Given a directed graph as input, determine a mother vertex within it. A mother vertex in a graph G=(V,E)G = (V, E), is vertex VV ...