For a connected graph G with G 50 prove that there is a wal
For a connected graph G with |G| = 50, prove that there is a walk through all vertices with length no more than 96?
Solution
A walk in G is a finite (non-empty) sequence W = v0e1v1e2v2 ...ekvk alternating vertices and edges such that, for 1 ? i ? k, vi?1 and vi are the endvertices of ei. The vertex v0 is called start of W and vk terminus of W. They both are endvertices of W. The vertices vi,1 ? i ? k?1 are the internal vertices. One says that W links v0 to vk and that W is a (v0, vk)-walk
in a walk repetation of vertex as well as edges are allowed therfore
If G is a graph, then the walk W is entirely determined by the sequence of its vertices. Very often, we will then denote W = (v0, v1,..., vk). The length of W is k, which is its number of edges (with repetitions).
so with repetation
maximum no of edges are
2*(50-2)=96
that is walk through all vertex (when edges and vertex are repetated)
