I have this requirement, where I want to convert a directed cyclic graph into a tree given 1 vertex, which will be the root.
From my research I found out that I need to create an Arborescence, which HAS to be acyclic, in order to convert it into a tree. Is it impossible to create a directed rooted tree from a cyclic directed graph?
Here's an example of the vertexes and its edges.