0

Is this a legal cyclic directed graph? It has only two nodes.

 A  --------->   B
      <--------
eagertoLearn
  • 9,772
  • 23
  • 80
  • 122

1 Answers1

0

you can have directed cycles between two nodes, its completely valid. even cycles from Node A to Node A is valid (in case of undirected)

brain storm
  • 30,124
  • 69
  • 225
  • 393