The music in the beginning had me feel like an action movie is about to begin.
@mariaa.furfaro36148 жыл бұрын
it is kind of... disturbing
@lenlen80997 жыл бұрын
It's from Beethoven Virus
@bablobko4 жыл бұрын
Everytime I watch these videos, I start liking Algorithms more and more.
@bablobko4 жыл бұрын
You're the Master of Algorithms James. Bows to you.
@ThePolochon929 жыл бұрын
Best explanation of this algorithm I've seen ! Thx
@roltthehunter9 жыл бұрын
I am doing a problem from UVa Online Judge and this really really helped. It was part of my extra credit for a class i am in. Thanks a lot for this video.
@joejamesusa9 жыл бұрын
+roltthehunter oh good! Glad it helped you.
@RusseltheViper7 жыл бұрын
OH man you are a life savior,thanks for the video!
@dayas12349 жыл бұрын
Thank you so muchSir; for presenting these tough algorithms in a easy way to learn.
@srinivasmaheedhar41187 жыл бұрын
Very well explained @Joe James, awesome job!! I liked all the videos of yours watched so far! Thank you!
@joejamesusa7 жыл бұрын
+Srinivas Maheedhar thanks.
@ΔημήτριοςΙντζελερ7 жыл бұрын
You forgot to make some changes during iterations but you explained it so well I understood the algorithm in no time. Thank you very much
@leoniduvarov65656 жыл бұрын
This is an incredible explanation!
@NikkieBiteMe7 жыл бұрын
Great one. The intro was splendid too.
@josemunguia56607 жыл бұрын
Best explanation ever! Thank you Mr.James!
@molan0119 жыл бұрын
Very good explanation of an example :)
@ashishjoshi29207 жыл бұрын
Thanks joe for the perfect explanation..!
@parasite345 жыл бұрын
Thanks Joe James!
@madawacko2589 жыл бұрын
Very good explanation, Thank you!
@ramasubramanyam56767 жыл бұрын
Very nice explanation and presentation of the algorithm. Thank you very much for the same.
@NarendrakumarSoni7 жыл бұрын
It was beautifully explained. Thank you so much.
@firuzibragimov45218 жыл бұрын
Simple and clear. Thank you!
@joyhanzes75379 жыл бұрын
Great explanation :) I really like the way you use to explain. I can understand easier than in my class room. lol
@ayusumardi8 жыл бұрын
Your video is easy to understand. thank you so sir.
@ericg29209 жыл бұрын
props for the clear explanation!
@jigneshdarji91049 жыл бұрын
Thank you so much, Joe
@Ms_Oszy7 жыл бұрын
This the best explaining ever.. Thanks :):):)
@sasidharannarasimhan58619 жыл бұрын
thank you so much helped me a lot during exam..explanation was very clear and concise
@doge-coin8 жыл бұрын
Clear explanation! Thank you so much!
@mustafamehmetbayar35948 жыл бұрын
thanks Mr.James, you've made everything crystal clear =')
@a1ecu8 жыл бұрын
Nice explanation and very helpful video!
@skeltor5758 жыл бұрын
Thanks so much for the great breakdown!
@abhishekratnawat47087 жыл бұрын
amazing explanation... best for the topic
@mdmushfiqulislam53919 жыл бұрын
Thanks for the video.
@ThePotentialCrisis8 жыл бұрын
Great video! Helped a bunch!
@danieldawson92668 жыл бұрын
Awesome vid, nice explanation
@krishnadaskp96838 жыл бұрын
Just Brilliant.
@armanjabbari24169 жыл бұрын
Great tutorial, thanks
@harshkothari60359 жыл бұрын
I think you forgot to highlight in d4 and pi4 that the distance from A to B and its predecessor also change. A great explanation btw :)
@joejamesusa9 жыл бұрын
+Harsh Kothari oh, you're right! Sorry. The d4 and pi4 tables are all correct, except I should have highlighted the B-A square because it changed to 4D.
@卉-s4q9 жыл бұрын
Best explanation!! Thx~
@joejamesusa9 жыл бұрын
+史卉 谢谢
@carolw33919 жыл бұрын
+Joe James Nice Chinese~ :D
@SinghLalit8 жыл бұрын
This is the best explanation I have found over internet!!!
@ankitthehot8 жыл бұрын
Nice explanation!!!
@surajdidwania86928 жыл бұрын
Good Explanation!!
@PomegranateAmazing797 жыл бұрын
You should have added the method of tracing back the path between a pair of vertices.
@xiaoranlr8 жыл бұрын
Great tutorial!
@parichaypapnoi54068 жыл бұрын
thanks man..good explanation
@1996harith8 жыл бұрын
Awesome man. Just awesome
@YouB3anz3 жыл бұрын
very nice
8 жыл бұрын
this is awesome, thanks
@idobooks9096 жыл бұрын
Thanks to the intro it feels like an action movie :) Yay! One small thing: A --> C is marked in the Pi(i) as "A" whereas A --> D is marked NULL and I think it should be marked "A" as well :) Will you put a notation there for the generations to come? Thanks!
@istvanszabo68758 жыл бұрын
great job sir
@kashifahmadin71647 жыл бұрын
around 7:10 ~ 7 : 15, we are trying to get from D to A via B, you highlight the wrong weight of -2 of B to D whereas it should be B to A. Please do correct me if im wrong
@joejamesusa7 жыл бұрын
Oh yes, I highlighted the wrong square, but the result is the same since B-A and B-D are both -2.
@aainagoyal40659 жыл бұрын
it was v good and v clear
@Mark-du9rv8 жыл бұрын
saved lot of time!!!
@het3145 жыл бұрын
Best one.
8 жыл бұрын
Thank you!
@nimamaleki15959 жыл бұрын
Beautifully explained! Is it true that if we have an update on the diagonal of d1,d2,d3... we should halt, because that is a negative cycle?
@joejamesusa9 жыл бұрын
+Nima Maleki yes, that is true. A negative distance from any vertex to itself would indicate a negative cycle, which the algorithm does not support. So if you are applying Floyd-Warshall's to a graph that COULD contain negative cycles you could implement a check in the algorithm that halts if it finds a negative weight from any vertex to itself.
@nimamaleki15959 жыл бұрын
+Joe James Thank You so much!
@Zlappyzopstix7 жыл бұрын
Nice one cheers
@UCHS_CH4 жыл бұрын
A---c = A; all right but A---D = 0 ,in parent table is missing? why *1:34
@FarhaJawedCSE_MIST9 жыл бұрын
Thanks a lot :) That helped!
@gamerorange9 жыл бұрын
For the D3 table, there should be the value 12 for A-B, right ? Since you can do A > C > D > B ?
@joejamesusa9 жыл бұрын
+gamerorange no, why would you do that when you could do A > D > B at a total cost of 4?
@gamerorange9 жыл бұрын
+Joe James yes you are right. So why is it infinite in the d3 table for AB. Shouldn't it be 4 ?
@joejamesusa9 жыл бұрын
+gamerorange no because we don't consider paths through vertex D until the 4th iteration, table d4.
@Omar-rc4li8 жыл бұрын
More useful than all the music videos getting more than billion views.
@poojanshah9987 жыл бұрын
In third iteration isn't there a path from A to B through C(distance of 12)?
@bgpeters229 жыл бұрын
Why is there not an A in the A-D coordinate of the pi0 matrix? Is it cause the distance is 0?
@joejamesusa9 жыл бұрын
+bgpeters22 you're right, there should be an A in that box of the pi0 table. d0 and pi0 should reflect all direct edges from one vertex to another.
@ordinarycoder80909 жыл бұрын
Nice video
@agamsinghbajaj2568 жыл бұрын
In table d4, although the value is updated for A-B path, you mention only C-A and C-B are the changes. I do see A-B in bold so maybe it was an error while creating the slide. Am I right in saying A-B path is updated while going through D? A-D : 0, D-B: 4, A-D in d3 =+inf, therefore update A-B to 0+4=4.
@joejamesusa8 жыл бұрын
+Agam Singh Bajaj yes, you are right. My table is correct, but I should have bolded that square and mentioned that it changed in the 4th iteration.
@agamsinghbajaj2568 жыл бұрын
+Joe James Thumbs up for the explanation though. :)
@fathiak60687 жыл бұрын
can i have this information on a pdf or word can u send it to me ??
@joejamesusa7 жыл бұрын
most of my power point files are online here, github.com/joeyajames/UsefulUtensils
@fathiak60687 жыл бұрын
thank u
@mysmallcap8 жыл бұрын
Thank You :)
@Alexic949 жыл бұрын
I had a question to find "eccentrics of all nodes" and a "center" of the graph after using Floyd-warshalls algorithm, is there something like that?
@joejamesusa9 жыл бұрын
+Alexic94 Floyd Warshall's cannot compute a center or centroids for a graph. You could use the distances calculated by Floyds, and write your own algorithm to compute a center. Better still, there are clustering modules in R that could easily do that if you have an existing data set. I believe they use K-Means, which you could read up on if you want to learn how it works.
@Alexic949 жыл бұрын
+Joe James According to my professor for the center of the graph you take the last table you made, for example D4 and look at the highest number in each column, ex. 1:17, 2:12, 3:12, 4:6,5:15....And since the node 4 has the highest value of 6 and the lowest value of all the other nodes, node 4 is the center of the graph. I dont quite understand it either and im afraid to question his methods :)
@akhilanatarajan76479 жыл бұрын
can you explain why we have -2 for B to D in table d2 as against 1?
@Andreas_Mann9 жыл бұрын
+aks car B - > A = -2 and A - > C = 0 - 2 + 0 = - 2
@akhilanatarajan76479 жыл бұрын
+nirvanahater thnku
@석상주9 жыл бұрын
I understand everything except the setting up the predecessor. Your predecessor table makes sense if # of intermediate nodes is at most 1. In this example, this is true for all paths. But how do we keep track of all intermediate nodes with there's more than 1?
@joejamesusa9 жыл бұрын
+석상주 when the algorithm is done you can trace any path using the predecessor table, even for large graphs. Just continue looking at the predecessor's predecessor until you reach the source node.
@2358vishu8 жыл бұрын
Correct me if I am wrong, the predecessor of edge CA should be 'B'.
@joejamesusa8 жыл бұрын
+Vishal Panwar you bring up a good question that I didn't really cover in the video. How do we retrace the path from node i to node j? Since I actually stored in pi the successor to i, you would have to continue following the successor nodes until you reach node j. So that's one way to do it, using pi to store the next node from i. OR, you could store in pi the predecessor to j. You could also reconstruct the path this way by getting j's predecessor until you reach i. Both ways will work. However, you're right, I stored the next node in pi and I called it the predecessor, which is not true. So in this video D-C and C-A both have NEXT nodes stored in pi rather than PREDECESSOR nodes. Sorry for the confusion, but I don't think I'll correct it because if I were coding it I would actually save the next value rather than predecessor. One of the main applications of shortest path algorithms is routing, and routers only need to know the next hop, so it makes most sense for pi to store the next node rather than predecessor.
@mintsponge8 жыл бұрын
jesse eisenberg?
@malharjajoo73937 жыл бұрын
Sorry but you have not justified the harder part of the explanation. Can you explain how the steps lead to your intuition ( from 0:46 ).