Quantcast
Viewing all articles
Browse latest Browse all 39796

SEAGRP finding the existence of perfect matching in a graph using Havel-Hakimi

I tried following strategy (though I never got it correct though later on applied on the edmond blossoms algorithm) for the problem SEAGRP in January Long Challenge 2014. Can anybody point out why is this algorithm incorrect?

  1. As I already know the graph I know the degree sequence of the graph(Obtained by removing multiple edges between same set of nodes as they don't have any effect).
  2. The Final graph is a perfect matching so the degree sequence of each vertex in the resultant graph i s 1,1,1,1,.......
  3. So If we subtract the degree sequence 1,1,1...... from the degree sequence of the graph given we will get the degree sequence of the graph which needs to be subtracted from the original graph to make it a perfect matching.
  4. So on getting the degree sequence of the remaining graph I tried to prove it graphic by Havel Hakimi theorem.

Thank You.


Viewing all articles
Browse latest Browse all 39796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>