hectoradrian_UH's blog

By hectoradrian_UH, history, 8 years ago, In English

I want to know how calculate Min Vertex Cover and Max Matching in any Bipartite Graph

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
8 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Wikipedia to the rescue: https://en.wikipedia.org/wiki/K%C5%91nig%27s_theorem_(graph_theory) and https://en.wikipedia.org/wiki/Matching_(graph_theory) here there are explanations to the algorithms your need.. You only have to code it..