티스토리 뷰

1. Walk

Sequence of vertices and edges of a graph.

Vertex can be repeated.

Edges can be repeated.

 

Open Walk : starting vertex != ending vertex

Closed Walk : starting vertex == ending vertex

 

2. Trail

Open walk in which no edge is repeated.

Vertex can be repeated.

Edges cannot be repeated.

 

3. Circuit

Closed walk in which no edge is repeated.

Closed trail.

Vertex can be repeated.

Edges cannot be repeated.

 

4. Path

Trail in which neither vertices nor edges are repeated.

Open walk.

Vertex cannot be repeated.

Edges cannot be repeated.

 

5. Cycle

Circuit which only the starting and ending vertices are repeated.

Vertex cannot be repeated.

Edges cannot be repeated.

 

 

'그래프 이론 정리' 카테고리의 다른 글

홀의 결혼 정리 (Hall's Marriage Theorem)  (0) 2021.02.15
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함