Simple Directed Graph?

$\begingroup$

In graph theory, would a graph with edges $(u, v)$ and $(v, u)$ connecting vertices $v$ and $u$ be considered a directed simple graph? For example: would this graph be considered a simple directed graph?

enter image description here

Thanks for your help.

$\endgroup$

1 Answer

$\begingroup$

Yes, that is a simple directed graph (it has neither loops nor multiple arrows with the same source and target). However it is not a directed acyclic graph, because $u,v$ (or $1,3$ in your picture) form a directed cycle. See here for a description of many directed graph types.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like