What is the difference between a directed and undirected graph

后端 未结 7 1182
花落未央
花落未央 2021-02-05 06:02

What is the difference between these fundamental types?

In drawings I see that the directed has arrows, but what exactly is meant by these arrows in the directed graph a

7条回答
  •  一整个雨季
    2021-02-05 06:51

    A graph in which every edge is directed is called a Directed graph, and a graph in which every edge is undirected is called undirected graph.

提交回复
热议问题