Блог пользователя question_id

Автор question_id, история, 8 лет назад, По-английски

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.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

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.