CW10 çözümü ekte -- finalde benzeri bir soru olacak
Cycle: path starting and ending at the same vertex (same as circuit)
Tree: graph with no cycle
Spanning tree: tree containing all vertices (no cycles)
Eulerian cycle goes through each edge once (all degrees must be even)
Hamiltonian cycle goes through each vertex once (no good algorithm)
---------
From: Celil Reha ESGICE
Date: Tue, May 7, 2019 at 12:34 PM
To: Akif Eyler
1-)
G1:3 colors are not enough G2: 2 colors enough2-) MST are shown
3-) G1: Hamiltonian circuit is shown G2: There is no Hamiltonian circuit
4-) G1: There is no Eulerian
circuit G2: Eulerian circuit is shown