...

/

Challenge: Find a Mother Vertex in a Directed Graph

Challenge: Find a Mother Vertex in a Directed Graph

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

We'll cover the following...

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 ...