Relative Content

Tag Archive for c#graph-theory

Fix the graph to be Eulerian

I was trying to make a uni project that generates graph with given values and makes it eulerian if it’s not but the supposed fixed graph still has odd degree verticies.Please help me find the problem.Probably in FixGraph().It’s repearing the stuff a bit but it still doesn’t solve the problem entirely (some veritices still odd).