Is this a legal cyclic directed graph? It has only two nodes.
A ---------> B
<--------
Is this a legal cyclic directed graph? It has only two nodes.
A ---------> B
<--------
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)