#Graph Theory- Eulerization
16 messages · Page 1 of 1 (latest)
what do you know about graphs that have an euler circuit?
a graph will contain an euler circuit if all vertices have a even degree! just having trouble where to duplicate those edges, then creating that sequence T_T (i hope that makes sense)
yea so you want to add edges to make all the vertices have even degree
A,B,D,E all have odd degree
so you want to add edges to fix that
once ive created a those duplicated edges, how do i find a euler circuit? where should i start?
is this correct?
yep