All pairs shortest paths

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024

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

  • @swagatachatterjee1272
    @swagatachatterjee1272 6 ปีที่แล้ว +6

    best lectures of algorithm I have ever listened.

  • @PomegranateAmazing79
    @PomegranateAmazing79 7 ปีที่แล้ว +4

    Value [4][5] in W0 is 3 not value[4][3]

    • @PomegranateAmazing79
      @PomegranateAmazing79 7 ปีที่แล้ว +1

      4 and 3 are not directly connected so the value should be infinity

    • @swagatachatterjee1272
      @swagatachatterjee1272 6 ปีที่แล้ว +1

      yeah. this is a printing mistake.

    • @vasudev7828
      @vasudev7828 4 หลายเดือนก่อน

      thanks for the affirmation

  • @yiyu9519
    @yiyu9519 4 ปีที่แล้ว

    what does " all pairs shortest paths" mean

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

      It means that we are finding the shortest path between any 2 vertices in the graph , kind of like a dynamic solution.

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

      Single source shortest path repeated on all vertices as sources. It can be thought as the shortest way to reach every other vertex from every vertex