Bipartite Matching | Mice and Owls problem | Network Flow | Graph Theory

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 12

  • @fvkoLPpderbmrokbLfmr
    @fvkoLPpderbmrokbLfmr 5 років тому +15

    William, thank you so much for a nice example of Ford-Fulkerson algorithm application!
    That was the best explanation of how to apply this algorithm that's I've ever met (even better than in Sedgewick's course).
    And in general, I consider your channel the best source on algorithms and data-structures on UA-cam.
    Please, keep doing your videos!

  • @sideshowbob4996
    @sideshowbob4996 5 років тому +1

    dude, your videos are awesome! this is far better explanation than on geeksforgeeks. its so underrated, you deserve more views btw!

  • @samtux762
    @samtux762 5 років тому +1

    Good code. Many would just say
    Hole extends Mouse implements capacity

  • @tuhinmukherjee8141
    @tuhinmukherjee8141 3 роки тому

    Sir, thank you for doing this. Your videos are amazing. The amount of effort you put in for a video! Absolutely amazing

  • @jagmeetsingh9812
    @jagmeetsingh9812 5 років тому

    Thanks for wonderfully explaining the problem and solution. Grateful for your efforts please keep it up. Great work! (y)

  • @Garentei
    @Garentei 4 роки тому

    Now a little twist: Each mouse can run r units in any direction every second. Find the minimum time in which at least K mice will be safe ;)
    PD: Great video!

  • @uroobashahid8037
    @uroobashahid8037 Рік тому

    thank you so much for this video truly appreciate you!

  • @epic_evryday
    @epic_evryday 3 роки тому

    Is it alright if I had the mice on the right side and the holes on the left so that the flow was coming from the holes? Everything else about the problem was the same.

  • @FusionX9000
    @FusionX9000 4 роки тому

    The 3blue1brown of computer science!

  • @davidrosen2705
    @davidrosen2705 6 років тому

    you should keep doing vids vary interesting

  • @ThePlacehole
    @ThePlacehole 4 роки тому

    This is a flow problem, not a matching one.

    • @DontTakeCrack
      @DontTakeCrack Рік тому

      i think visually, he doesn't explain the connection well but he initially creates the edges that were fetched with max bipartite matching and then afterwards, reuses those edges in the network flow problem.