4

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.

Directed Cyclic Graph

Vogel612
  • 5,620
  • 5
  • 48
  • 73
Alex Arvanitidis
  • 4,403
  • 6
  • 26
  • 36

0 Answers0