Комментарии:
saved my damn ass before exam lol
Ответитьit's funny because for a moment, I thought you said "Dijsktra's algorithm creates disinformation" and then I realized I'm spending too much time with politics.
Ответитьالله يجعلك مسلم و يدخلك الجنة
ОтветитьPhenomenal video, nothing else has to be said.
Ответитьah shii the finalized prev vertex column makes D E A D
welp i guess dude is tryin to tell me something...
Best video on Dijkstra's by a considerable margin. Subbed.
ОтветитьAmazing!!!!!!!
ОтветитьTomorrow I have my exams on this topic.. This is the best video about djkstras algorithm on whole internet
ОтветитьSo easy to follow. Best video I’ve seen on this algorithm
ОтветитьI haven't found a better tutorial than this for understanding and computing distances using Dijkstra's algorithm. Thank you so much.
ОтветитьNah. Not working for all graphs. It's have to be cycle graph. usless
ОтветитьThank you for this amazing video!
ОтветитьThis is by far the best video I've seen on this algorithm. It is clear and doesn't skip any steps.
ОтветитьThank you. You are my Professor. Not my actual professor
ОтветитьThank you for helping students ❤
ОтветитьNote: If you change the criteria to select the next node to visit, you can no longer skip already visited nodes while iterating. Choosing the shortest path in each step ensures that visited nodes have the best path for the rest of the calculation
ОтветитьWow it's an honor to be learning this from Computer Science itself
ОтветитьYou saved my exam thank you so much!!
Ответитьthanks❤
ОтветитьGreat video, many thanks!
Ответитьthank you sir for your service
Ответитьim gonna cry i dont get it still
Ответитьso instead of saying unkown we say infinity got it. if someone asks me what is the distance to the closes restroom i can reply with infinity. can you even imagine how dumb that sound.
ОтветитьWhat if the graph contains one vertex that might be not visited?
Ответитьbest djikstra explanation
Ответитьholy shit watching this is a revelation
ОтветитьYou are the KING THE SAVIOUR OF ALL CS MAJORS THANK GOD YOU MADE THIS VIDEO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Ответитьbeautifully explained.
Ответитьthe parent column spells out DEAD 😂, love your humor
ОтветитьThank you so much!!! Did not understand this. Now I do :)
ОтветитьHis previous distant is “DEAD”
ОтветитьThanks
ОтветитьTHE BEST !!!
ОтветитьKhalid35😂😂😊😊😊🎉
Ответитьclear and comprehensive, thanks.
ОтветитьTHANK. YOU.
ОтветитьI have a problem{ we can directly visit from A to D to E and to C which is = 7} which is the shortest one instead of going from A to D to E to B and then C which is = 9 can someone explain it please
ОтветитьI've watched this the time it was uploaded. I've no idea what it was but I still passed the CCNP exams and found a good job. Now 8 years after that, I fully understand what a priority queue is and what a great man Mr. Dijkstra is, yet I cannot find a decent job and have been unemployed for over a year.
ОтветитьThank you so much! Great explanation.
ОтветитьIf you want to find the shortest distance from A to C, how do you know that the algorithm will take you to the latter vertex? Maybe it will end before you have reached your disered destination, or maybe it will not end at all but go on forever.
ОтветитьFinally, it took me almost a whole week to get it, finally I understood enough to build this damn thing myself. REALLY appreciate it, man. If I knew how to recommend videos to The Odin Project as learning reference, you would be there.
ОтветитьSo basically start from source node :
Then check both of its children and calculate shortest distance of each and previous vertex . Remove source vertex from unvisited nodes and add it to visited nodes .Then pick node with smallest shortest distance and do the same thing again (it will be your source node). When calculating distance add previous distance of current node.However if that node gets a shorter distance to an existing node update that node in table .
Repeat
Great
Ответитьthank you so much for the best explanation!! learnt this better than my lecture slides easily
ОтветитьIt's a fictional visualisation because there is not any such square which can have different side lengths, a diagonal smaller than its side length. A lot of nonsense in CS has been ignorantly blindly spread and copied
ОтветитьI watched this video when I was doing my A levels, I watched it during my first year of university. And here I am watching it again in my second year of university. I think this algorithm is never going to stick in my mind and I am always destined to forget it. Thanks for your video I've been literally using it for three years now.
Ответитьgoated fr
Ответить