Open Live Script Create a digraph object with three nodes and three edges. 다음 그림은 3개의 노드와 3개의 간선이 있는 간단한 무방향 그래프를 보여줍니다.
By default, all of the nodes in a graph created using graph or digraph are numbered. 기본적으로, graph 나 digraph 를 사용하여 만든 그래프에 포함된 모든 노드에는 번호가 지정됩니다.
By default, all of the nodes in a graph created using graph or digraph are numbered. 기본적으로, graph 나 digraph 를 사용하여 만든 그래프에 포함된 모든 노드에는 번호가 지정됩니다.
Both graph and digraph permit construction of a simple graph or multigraph from an edge list. graph 와 digraph 는 모두 간선 목록으로부터 단순 그래프나 다중 그래프를 생성하는 것을 허용합니다.
Both graph and digraph permit construction of a simple graph or multigraph from an edge list. graph 와 digraph 는 모두 간선 목록으로부터 단순 그래프나 다중 그래프를 생성하는 것을 허용합니다.