Legit saved me hours befor the exam. Thank you so very much. You have a new subscriber now!
@SuPerStatic6 ай бұрын
Can't believe bro is saving us still 7 years later
@DiegoI-i9v6 ай бұрын
Bro continues to save before finals. Thank you!
@tomjosi7425 жыл бұрын
Good explanation, only comment i want to make is " it doesn't matter if the graph is directed or not. Dijkstra's algorithm simply references the adjacent vertices of a vertex."
@EducateYourselfNow5 жыл бұрын
yes you are right, dijkstra's can be used on both
@muhamadrifai32162 жыл бұрын
Thank you! Your explanation is very simple, straightforward and easy to understand!
@SY-uh8vs7 жыл бұрын
I watched prim's BFS dfs Kruskal's and dijk. You do way better than my professor. Subscribed . Thank you.
@EducateYourselfNow7 жыл бұрын
Thank you very much! I really appreciate that, more videos are on the way!
@kvelez11 ай бұрын
Excellent video, please do more.
@karthik24547 жыл бұрын
Great Explanation , please don't stop making videos , you are helping a lot of people.Liked and subscribed. Could you please make videos about Bellman Ford , Floyd , TSP and Knapsack as that would almost completely a mini-course.
@EducateYourselfNow7 жыл бұрын
Thank you very much for your comment Neo, that means a lot to me. I will start making the suggested algorithm videos as soon as I can.
@saebzaidi3 жыл бұрын
Watching this video I realised that these algorithms are comprehendible! Thanks!!
@vivekjm85246 жыл бұрын
best explanation ever..saves a lot of time ...keep going man ...make awesome videos like this..
@EducateYourselfNow6 жыл бұрын
:) thank you sir, i am going to upload more content
@vineethm69305 жыл бұрын
Simply excellent.
@EducateYourselfNow5 жыл бұрын
thank you
@markustorins3847 жыл бұрын
Your videos are fantastic.
@EducateYourselfNow7 жыл бұрын
thank you very much!
@suheladesilva29333 жыл бұрын
Great video, helped a lot, thanks.
@numanalbakir22997 жыл бұрын
Very well explained ! Thank you !
@EducateYourselfNow7 жыл бұрын
thank you!
@chinaguy1013 жыл бұрын
great example
@Adam147896 жыл бұрын
You are a miracle man
@EducateYourselfNow6 жыл бұрын
haha thank you
@JairajJJ7 жыл бұрын
Good explanation
@EducateYourselfNow7 жыл бұрын
thank you
@anui74662 жыл бұрын
Sir is an application of dynamic programming
@sanket_valani5 жыл бұрын
Nice work man :)
@SF-fb6lv5 жыл бұрын
Can't see direction of edge of cost 6 between C and D.
@sulemanali40065 жыл бұрын
what will be the relax function for Dijkstra Algorithm??
@AndayRubin6 жыл бұрын
Excuse me, why did you have to go back to B and look for another 'way' why not go back to S and look for another 'way' ?
@EducateYourselfNow6 жыл бұрын
why would you go back to s?
@V187-e7y5 жыл бұрын
Wouldn’t be the shortest path if you go back to “S” you mug
@raj-zo4ev6 жыл бұрын
I think edges need not be only directed...
@EducateYourselfNow6 жыл бұрын
yes you can, good point, but most libraries expect a directed graph, unless you write your own, then you just need to keep track of them with an adjacency list.