Graph Data Structure 4. Dijkstra’s Shortest Path Algorithm

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

КОМЕНТАРІ • 827

  • @daringdarius5686
    @daringdarius5686 4 роки тому +918

    I don't know if you know this, and this is 4 years late, but this is one of the cleanest, easiest to understand video's (conceptually-wise) for Dijkstra's.
    I've seen several, but this! This is the best one. :)

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +82

      Great to hear! :)KD

    • @vijayalakshmi0714
      @vijayalakshmi0714 3 роки тому +8

      @@ComputerScienceLessons lol, but i'm listening even now, best explanation. Keep it up

    • @eatbreathedatascience9593
      @eatbreathedatascience9593 2 роки тому +3

      I agree fully. Best !

    • @tudorradu5848
      @tudorradu5848 2 роки тому +2

      @@ComputerScienceLessons He's right! It was veryyy easy to understand. Thank you

    • @555aboud
      @555aboud 10 місяців тому

      stunning, clear explanation. Thank you so much!!!

  • @assansanogo1343
    @assansanogo1343 8 років тому +1330

    FINALLY SOME CLEAR STUFF. almost crying

  • @adityapappu4963
    @adityapappu4963 4 роки тому +154

    This is literally one of the cleanest, simplest, no-nonsense beautiful explanations of an algorithm I have ever watched on UA-cam. Amazing. To-the-point. Crisp. And so easy to understand and digest. THANK YOU.

  • @royazut550
    @royazut550 7 років тому +268

    !!!finally a good and simple explanation
    oh tears of joy...
    may the gods bless you with bugless codes

    • @neelparekh9846
      @neelparekh9846 4 роки тому +8

      "May the gods bless you with bug-less codes."
      I'm going to use that a lot.

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

      haha epic comment bro

  • @reiniervanleeuwen9815
    @reiniervanleeuwen9815 5 років тому +119

    This has to be the best explanation of Dijkstra's Shortest Path algorithm... Thanks a lot!

  • @SouravendraKrishnaDeb
    @SouravendraKrishnaDeb 5 років тому +564

    We won't be visiting A, again.
    Me: CRIES LOUDLY

  • @amine_fadssi
    @amine_fadssi Рік тому +20

    The best video on the internet explaining the Dijkstra’s algorithm, thanks a lot sir.

  • @ComputerScienceLessons
    @ComputerScienceLessons  7 років тому +85

    Hi FTP
    My scenario is for a non-directed graph (you can go backwards and forwards on any edge), so all the nodes can indeed be reached. However, for a directed graph, some nodes may be unreachable from the given start, as you have intimated. Dijkstra's algorithm finds the shortest paths only to the nodes that can be reached from the starting node. (if there is no path to a node from the start, it's irrelevant). The loop will end when all 'reachable' vertices have been visited. By the way, Dijkstra's algorithm doesn't work if the graph edges have negative weights.

  • @TANEM315
    @TANEM315 8 років тому +15

    You sir are BY FAR the BEST teacher of algorithms on UA-cam or anywhere else I've seen algorithm lectures. THANK YOU FOR POSTING THIS! With your well-paced, methodical style you could probably teach anything!!!!

  • @ietskaag552
    @ietskaag552 4 роки тому +5

    Seriously, I've been looking at so many pseudocodes and incomprehensible python scripts without any clear explanation on how the algorithm actually works. I salute you. This has helped me so much. I can't thank you enough.

  • @matthewsattam1982
    @matthewsattam1982 7 років тому +97

    Extremely clear, extremely well put together visually. Well done, and thank you.

  • @mikelanigan9601
    @mikelanigan9601 5 років тому +11

    I must commend the quality and clarity of this video: it is by far the best video I've seen on UA-cam to date on the subject of explaining Dijkstra's Algorithm. There are so many other videos that do not deal with the problem of keep a record of the shortest route sufficiently systematically enough, in my opinion. This video is systematic, showing the use of a table to perform the algorithm very clearly. Instruction of this level is not accidental; my congratulations to those involved in its production and execution. You have done the domain of Computer Science the world of good. Keep up the great work!

  • @taruchitgoyal3735
    @taruchitgoyal3735 Рік тому +6

    I haven't found a better tutorial than this for understanding and computing distances using Dijkstra's algorithm. Thank you so much.

  • @Jbbubanic5434
    @Jbbubanic5434 Рік тому +4

    I can't believe how well done this video was made. I appreciate your hard work at a visual representation of this algorithm.

  • @Monochones87
    @Monochones87 2 роки тому +3

    Lovely, this has been the clearest explanation I've seen so far for Dijkstra's algo. Seriously, thank you so much!

  • @ronglass5968
    @ronglass5968 4 роки тому +8

    The VERY clearest and well-paced explanation by far! Thanks!

  • @smith1923
    @smith1923 Рік тому +1

    This is by far the best video I've seen on this algorithm. It is clear and doesn't skip any steps.

  • @lewistian7975
    @lewistian7975 5 років тому +13

    BEST explanation of Dijkstra's algorithm EVER!

  • @johnstorm589
    @johnstorm589 Рік тому +9

    Even 6 years later, this is still the best explanation ever

  • @tartarus1322
    @tartarus1322 5 років тому +13

    I wish I could upvote this more than once. It is honestly a brilliant, clear, and concise explanation

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

      You are very kind. Thanks. :) KD

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

      @@ComputerScienceLessons But really it's awesome video.. the best info in the least possible time.. Thank you so much from India 🥰

  • @ammarulhassan5851
    @ammarulhassan5851 4 роки тому +2

    After spending lots of time on other videos and stuff finally, I have understood "Dijkstra’s" Thanks to this LEGEND.

  • @babakbekhradmanesh871
    @babakbekhradmanesh871 3 роки тому +2

    Thanks for your extraordinary explanation. This is literally one of the simplest explanations of an algorithm I have ever watched on UA-cam.

  • @hadeneh
    @hadeneh 6 років тому +170

    I signed in just to like this video.

  • @Aca99100
    @Aca99100 5 років тому +2

    I have never seen a video with such clear and step-by-step explanations. Good job here!

  • @Museko
    @Museko 7 років тому +39

    I'm watching a bunch of your videos to review for my Algorithms exam. Thanks a bunch for making these!

    • @ComputerScienceLessons
      @ComputerScienceLessons  7 років тому +6

      Thanks for the comment. It's good to hear you're finding them useful. :)

  • @mikefriedman9573
    @mikefriedman9573 5 років тому +20

    Absolutely the best explanation. Cleared up any and all lingering questions in my mind.

  • @handalz
    @handalz 2 роки тому +2

    Appreciate this video. Watched a number of others about Dijkstra's Algorithm and couldn't understand HOW and at what stage another path is evaluated. It wasn't until I saw the graph and how we can track the changes that it somehow brought the entire algorithm into crystal clear focus. Thanks!

  • @Moggery
    @Moggery 2 роки тому +5

    Fantastically clear and concise. Makes my revision an absolute dream, I can’t thank you enough. 10/10

  • @alpharussel653
    @alpharussel653 2 роки тому +1

    An entire computer science degree courses embedded in this amazing channel. Thank you. Not all heroes wear a cap.

  • @nitesh4146
    @nitesh4146 2 роки тому

    This is the best video on Dijstra's Shortest path algorithm I have viewed on UA-cam. Kudos!

  • @5he1tied
    @5he1tied 5 років тому +3

    This is the fourth video I had to watch. Only one that explains clearly, thanks.

  • @selvalooks
    @selvalooks 6 років тому +2

    i used to think this "Dijkstra’s Shortest Path Algorithm" is not for me to understand :) , now i can do it even getting from sleep after watching this video , thanks a ton !!!

  • @Satharus
    @Satharus 5 років тому +4

    Thank you!
    This is the single best video explaining the algorithm on UA-cam.

  • @faisalsal1
    @faisalsal1 3 роки тому +9

    This video is your shortest path to learn Dijkstra Algorithm.

  • @jackych5055
    @jackych5055 4 роки тому +6

    man this Dijkstra guy deserved a nobel prize for it

  • @drowmik
    @drowmik 4 роки тому +2

    I'm a programming lover man who have no computer science degree. I have seen many videos but this is the best and easiest way to explain the algo... Thanks a lot.. want more

  • @lawrencedennison-hall9642
    @lawrencedennison-hall9642 4 роки тому +8

    Such a clear and coherent explanation. Watched the Craig n Dave video on this previously but this is such a clearer explanation. Understand this now cheers!

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +2

      Glad you found it useful. There is nevertheless some good stuff on Craig n Dave's channel :)KD

  • @JaffarBrar
    @JaffarBrar 5 років тому +7

    Crying in disbelief 😭😭. Finally some clear explanation. Thank youuuuu

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

    If you can't explain it simply, you don't understand it well enough. Beautifully done. Thank you!

  • @aquilazyy1125
    @aquilazyy1125 4 роки тому +5

    This is very enlightening. I’ve come up with a similar algorithm myself that uses a simple width-first or depth-first search, but I’ve never thought of that we should first calculated the vertex with the least known distance! Thanks for sharing it.

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +2

      Don't thank me, thank this guy :)KD
      en.wikipedia.org/wiki/Edsger_W._Dijkstra

  • @rabiakhan7338
    @rabiakhan7338 3 роки тому +1

    I've watched a lot of videos on this algorithm and let me tell you if you're watching this you are at the right place..
    and thank you so much Sir!

  • @Amitielle666
    @Amitielle666 7 років тому +163

    Finally a video explaining IT stuff without nearly not understandable indian accent!

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

    This 10mins video >>> 45mins video from my lecturer. LEGEND🙏

  • @sanseverything900
    @sanseverything900 2 роки тому +3

    Thank you for including the psuedo-code at the end. Really helped me get an idea of how I should structure my own code!

  • @Jack-hd3ov
    @Jack-hd3ov 4 роки тому +1

    After watching about 5 videos on this algorithm, yours has made it crystal clear. Thank you.

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +1

      You're very welcome. :)KD

    • @Jack-hd3ov
      @Jack-hd3ov 4 роки тому

      @@ComputerScienceLessons Your A* explanation is also the best I found

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

    Perfect video! Clear examples, understandable English and ... no profanity.

  • @leox8888
    @leox8888 3 роки тому +4

    Really appreciate this video. As a network engineer, i have read many book about how SPF works but this one is the best. And i can also develop the code based on this video. One thing I was stuck for a while is when having the directed graph (shorted path), it is a bit tricky to print all the shortest path considering ecmp case.

  • @ricp
    @ricp Рік тому +1

    This explanation is by far the Best I've seen.. This is crystal clear , thank you very much!

  • @virendrabhati6685
    @virendrabhati6685 3 роки тому +1

    When I was doing MCA noone explain us in such a simple way...... Now it's so easy after this video... thanks for your kind information....

  • @MimicalThought
    @MimicalThought 7 років тому +1

    We are learning about Dijkstra's Shortest Path in my Data Communications course and this video explains the algorithm much more clearly than my professor had attempted to explain in our lecture video / notes. Thank you very much, in just 10 minutes I was able to understand something I was spending 30-60 minutes on. Well done!! :)

  • @ayasswain
    @ayasswain 7 років тому

    The best video on shortest path algorithm on UA-cam. Some of other videos that comes at the top of the search result are crap. People have unnecessarily complicated the explanation.

  • @markh1791
    @markh1791 2 роки тому

    The clearest, and most succinct, explanation of Dijkstra's algo I've seen. Thanks!

  • @ice_cube918
    @ice_cube918 3 роки тому +1

    This is the best explanation of Dijkstra's algorithm I have seen!! I especially like the last summary part.

  • @whiningmachine
    @whiningmachine 2 роки тому

    Fantastic explanation. Indeed, it's the best, clearest, simplest, and most useful resource by far that I've found after hours of searching. Thanks for making it!

  • @yikechen1470
    @yikechen1470 7 місяців тому

    You are the KING THE SAVIOUR OF ALL CS MAJORS THANK GOD YOU MADE THIS VIDEO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @canmalatyaloglu8690
    @canmalatyaloglu8690 4 роки тому +3

    The fact that this explanation of Dijkstra's is way more easily understandable and to-the-point than the one Computerphile has is astounding. Slides ftw

  • @ayasswain
    @ayasswain 7 років тому +1

    Wonderfully explained. The best video i have come across so far on Djikstra's Algorithm.

  • @timuralmamedov1900
    @timuralmamedov1900 6 років тому +3

    Great explanation! Finally, I understood it. The table really helps to not get lost. Thank you so much!

  • @MinecraftLetstime
    @MinecraftLetstime 6 років тому +4

    By far the best video for explaining this algorithm! Perfect.

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

    You know this is the best illustration and guideline for implementing it on youtube.

  • @JamshadAhmad
    @JamshadAhmad 4 роки тому +3

    This video is a definition of precise and concise explanation. Thank you very much.

  • @SpaceDisco1
    @SpaceDisco1 5 років тому +6

    It's really interesting, how sometimes one thorough example can clear up everything.

  • @tundet8963
    @tundet8963 7 років тому +2

    Excellent work, Clarity, and explanation at all stages. Thanks, keep up the good work

  • @TourGuideFTW
    @TourGuideFTW 7 років тому +5

    The way you explained the algorithm was just great, thanks a lot for making this video!

  • @mingxie3877
    @mingxie3877 2 роки тому

    It's the clearest explaination for Dijkstra I have seen before. Here is my test code for java according to your lecture. Just a litte complicated to build the model which you present in video.
    import java.util.ArrayList;
    import java.util.List;
    public class Dijkstra {
    public static void main(String[] args){
    List vertexList = buildVertexs();
    // a weight or distance matrix to present vertex to other vertex if they are adjacent,
    // else if they are not adjacent mark as -1
    int[][] matrix = new int[vertexList.size()][vertexList.size()];
    matrix[0]= new int[]{0, 6, -1, 1, -1};// a-a->0,a-b->6,a-c->-1(no neighbor relation),a-d->1, a-e->-1
    matrix[1]= new int[]{6,0,5,2,2};//b-a->6,b-b->0,b-c->5,b-d->2, b-e->2
    matrix[2]= new int[]{-1,5,0,-1,5};// c-a->-1(no neighbor relation),c-b->5,c-c->0,c-d->-1(no neighbor relation),c-e->2
    matrix[3]= new int[]{1,2,-1,0,1};// d-a->1,d-b->2,d-c->-1(no neighbor relation),d-d->0,d-e->1
    matrix[4]= new int[]{-1,2,5,1,0};// e-a->-1(no neighbor relation),e-b->2,e-c->5,e-d->1,e-e->0
    List result =findDijkstra(matrix,vertexList);
    for(Vertex v: result){
    System.out.println("A to "+v.getName()+" shortest path is "+v.getShortPath());
    }
    }
    public static List findDijkstra(int[][] weightMatrix, List vertexList){
    List visitStatus = new ArrayList();
    while(visitStatus.size()!Vertex.isVisited())).min((Vertex::compareTo)).get();
    int index = vertexList.indexOf(current);
    for(int i=0; i

  • @lolking420
    @lolking420 4 роки тому +1

    This is the best explanation for Dijkstra's shortest path. Thank you so much

  • @supernenechi
    @supernenechi 3 роки тому +3

    You explained this so incredibly clearly! It's really not that hard at all! Thank you so much!

  • @ahmedsaid8180
    @ahmedsaid8180 2 роки тому +1

    Thank you very much! I have been trying understand this algorithm for 5 hours and I finally got it now "thanks to you"!

  • @forestpfeiffer1370
    @forestpfeiffer1370 4 роки тому +3

    Finally, an example that makes sense, wonderful job!

  • @dawnjinx4962
    @dawnjinx4962 4 роки тому +2

    I FINALLY UNDERSTAND THANK YOU SO MUCH!!!!
    This was the most concise and easy to follow video I've managed to find on this algorithm

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +1

      You are most welcome. I usually ask my students to check their understanding by working through it with a different graph. :)KD

  • @theobserver4794
    @theobserver4794 4 роки тому +1

    two hours of a boring lecture vs 10mins cool explanation. thanks mate

  • @KevinIaMmE94
    @KevinIaMmE94 4 роки тому +2

    I had to watch this video two times in order to grasp the concept. Thank you!!

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +1

      You are very welcome. I get my students to check their understanding by working through the algorithm with a different graph. :)KD

  • @miller5565
    @miller5565 4 роки тому +2

    I couldn’t have asked for a clearer video, thank you sir.

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

    Hi from Argentina. After watching 4 other videos I can say this is the best explained solution steps I've found so far. Thanks!!

  • @ccidral
    @ccidral 4 роки тому +3

    I absolutely, unquestionably agree that rigorous math definition is important and necessary for this kind of stuff. That said, why do most math/cs book authors are so TERRIBLE at teaching? To the point that you have to spend gold on a number of expensive books in a desperate attempt to learn one thing well. I mean, feel free to lay out the rigorous math stuff, I know that's important, but please please PLEASE also give us a decent, understandable, not-vaguely-abstract translation of that stuff.
    Awesome video by the way! Thanks so much.

  • @GavinLon
    @GavinLon 5 років тому +4

    This is a great video. You have provided a very simple but clear explanation.

  • @Satharus
    @Satharus 5 років тому +2

    This is the single best and most simple explanation of Dijkstra's algorithm. It saved me multiple times.
    Thank you so much.

  • @danielm7755
    @danielm7755 3 роки тому +2

    You've just earned yourself a new subscription champ! Great video! I love it!

  • @m_t_t_
    @m_t_t_ 2 роки тому +2

    Thanks for actually including the way to find the shortest path between the start node and a certain node, alot of tutorials leave that out

  • @amskumar
    @amskumar 5 років тому +3

    Best video on Dijkstra I've seen so far. Thanks for doing it with so much clarity.

  • @ThewOrldIssqUare
    @ThewOrldIssqUare 4 роки тому +2

    Thanks for this! As others have said, this is one of the clearest explanations on youtube!

  • @dimensionalblade2778
    @dimensionalblade2778 3 роки тому +2

    Damn such a nice tutorial. Also you're making stuffs for VB, you're like the dream channel I've been searching.

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

    Best video on Dijkstra's by a considerable margin. Subbed.

  • @danpang9213
    @danpang9213 3 роки тому +1

    I am just captivated by the appealing spoken English

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

    This video is a game changer. Understood it in one shot. Brilliant!

  • @vinferothas
    @vinferothas 3 роки тому +1

    I had closed the tab after watching video. Just remembered and came back to give a like. Great video

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

    I will recommend a Nobel prize for you for this explanation

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

    Omg.. out of like 10 dijkstra vids i attempted to eatch this is the best

  • @kandy5983
    @kandy5983 4 роки тому +1

    u r king of simple and clear explanation

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

    This is by far the best video I've seen on this subject it made implementation very easy and the explanation is the best I've ever seen so thank you very much!

  • @mmfawzy4850
    @mmfawzy4850 4 роки тому +1

    you are such great story teller, to learn algorithms as a story is fantastic, please continue ...

    • @ComputerScienceLessons
      @ComputerScienceLessons  4 роки тому +1

      Thanks for the lovely comment. I working on some new videos at the moment.

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

      @@ComputerScienceLessons Go on boss

  • @rickyc1991
    @rickyc1991 4 роки тому +2

    Thanks to your clear explanations, I won't be visiting this video again.
    Maybe just once more before the finals.

  • @WhiteEyeTree
    @WhiteEyeTree 7 років тому +3

    Slight correction: this algorithm is not greedy! Yes, it jumps to the local optimum at every step but it also goes back and updates any decision that it has already made in previous iterations. A truly greedy algorithm would just run towards the "closest" neighbour that he hasn't already visited, most probably finding himself forced to run down an stupidly costly edge.
    Other than that, wonderful video!

  • @josephantoniou3778
    @josephantoniou3778 2 роки тому +1

    This is the best concise explanation I found. Thanks

  • @ddddchannel837
    @ddddchannel837 4 роки тому +1

    Extremely clear and well thought out video. Thanks for uploading!

  • @javadsabbagh8939
    @javadsabbagh8939 6 років тому +4

    Thank you, Kevin. Very understandable and clear.

  • @S3b1Videos
    @S3b1Videos 6 років тому +2

    Most efficient video on dijkstra's algorithm out there :)

  • @nathanriches9547
    @nathanriches9547 2 роки тому

    Thanks James May. This was a great episode of Top Gear

  • @nicolasgorse488
    @nicolasgorse488 7 років тому +1

    Kevin, this is a great and super clear explanation, really !

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

    So easy to follow. Best video I’ve seen on this algorithm