question_id's blog

By question_id, history, 8 years ago, In English

I want to learn Bipartite Matching... I've googled for it.. But I am not getting any appropriate site learn it.. Can anyone provide any tutorial for it? Thanks in advance.

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

Have you already learned a maximum flow algorithm?

If not, then you should do that first. If you already know max-flow, there are plenty of resources to learn about bipartite matching. Just googling threw many good ones, for example this tutorial.