Capacity Scaling | Network Flow | Graph Theory

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Explanation video of the capacity scaling heuristic on flow networks
    Next video: • Capacity Scaling | Net...
    Ford Fulkerson explanation video:
    • Max Flow Ford Fulkerso...
    Ford Fulkerson source code video:
    • Max Flow Ford Fulkerso...
    Algorithms repository:
    github.com/wil...
    Video slides:
    github.com/wil...
    Personal website:
    www.williamfise...
    ===================================
    Practicing for interviews? I have used, and recommend `Cracking the Coding Interview` which got me a job at Google. Link on Amazon: amzn.to/3cvMof5
    A lot of the content on this channel is inspired by the book `Competitive Programming` by Steven Halim which I frequently use as a resource and reference. Link on Amazon: amzn.to/3wC2nix
    Support me by purchasing the full graph theory course on Udemy which includes additional problems, exercises and quizzes not available on TH-cam:
    www.udemy.com/...

ความคิดเห็น • 25

  • @phillipyang5899
    @phillipyang5899 3 ปีที่แล้ว +40

    10 mins here >> 3 hr lecture from a university professor. Great work and thank you

  • @yoonchaena671
    @yoonchaena671 3 ปีที่แล้ว +2

    Thank you~! your good explanations with good examples are really helpful~!

  • @jarno9340
    @jarno9340 3 ปีที่แล้ว +1

    Thank you! I suppose cannot be explained better!

  • @pietropecora1335
    @pietropecora1335 5 ปีที่แล้ว +15

    The intro music made me feel like I was in a WiiSports

  • @siddhantwadaskar6914
    @siddhantwadaskar6914 2 ปีที่แล้ว

    Thank you so much! This video is super concise and it is nicely explained!

  • @gillfin4188
    @gillfin4188 3 ปีที่แล้ว

    The video is way underrated

  • @ederismaelalanisfernandez3664
    @ederismaelalanisfernandez3664 2 ปีที่แล้ว

    Thank you so much!

  • @ShantanuGodbole-fg7eu
    @ShantanuGodbole-fg7eu 10 หลายเดือนก่อน

    makes it look so simple

  • @LifeIn_Japan
    @LifeIn_Japan 4 ปีที่แล้ว +1

    Thank you

  • @larubiano0
    @larubiano0 2 ปีที่แล้ว

    Thanks, saved me

  • @pranshugoyal6471
    @pranshugoyal6471 5 ปีที่แล้ว +5

    shouldn't we select our first delta value based on only edges that go out of S and not the whole graph as you told? If the edge between 2 and T has a capacity of 16, then delta would be 16 and hence there is no edge coming out of S that has remaining capacity greater than equal to 16

  • @ayushjain4122
    @ayushjain4122 5 ปีที่แล้ว +1

    How do u remember these algorithms and keep in mind..
    I always implement them but keep forgetting them and when i go back i just can't remember basic algos also.
    I am currently junior undergraduate student and find it very difficult.
    Please help me out.

    • @ayushjain4122
      @ayushjain4122 5 ปีที่แล้ว

      hytwoxy Persistence is the key.☺️

  • @ranjithkamalakannan6420
    @ranjithkamalakannan6420 ปีที่แล้ว

    If there are two edges with capacity >= delta, do we take the bigger one?

  • @abdulkhan6886
    @abdulkhan6886 2 ปีที่แล้ว +1

    i love u

  • @PB-mj9fm
    @PB-mj9fm ปีที่แล้ว

    Hi William.
    This is truly an awesome series which I'm super thankful for!
    A question: In this video at around (th-cam.com/video/1ewLrXUz4kk/w-d-xo.html) you and the slide says that we continue while Delta > 0, but as we continue to divide Delta by 2 the value would never become 0 or less.
    Was the intention to say less than 1 or am I missing something?

    • @cryonim
      @cryonim ปีที่แล้ว

      technically it means flooring(delta/2) because it will be an integer and fractional integer values round up.

    • @codelyo_ko9123
      @codelyo_ko9123 7 หลายเดือนก่อน

      1/2 = 0 in euclidean division

    • @erinbristow9592
      @erinbristow9592 5 หลายเดือนก่อน

      Yes, the variation that my prof taught was >= 1

    • @erinbristow9592
      @erinbristow9592 5 หลายเดือนก่อน

      But also, an inherent assumption for Ford-Fulkerson is that all capacities MUST be integers.

  • @xhamadeex
    @xhamadeex 5 ปีที่แล้ว +3

    I love you woman