[Java] Dijkstra's algorithm | Solve Leetcode - Network Delay Time

preview_player
Показать описание
In this video, I'm going to show you how to use Dijkstra's algorithm to solve a Leetcode problem - Network Delay Time.

Time Complexity = O(E + V^2) where:
V is the number of vertices
E is the total number of edges

Here’s a quick rundown of what you’re about to learn:

Intro: (0:00)
Problem: (0:23)
Solution: (4:43)
Code: (12:27)

In the end, you’ll have a really good understanding on Dijkstra's algorithm and questions that are similar to Dijkstra's algorithm.

Рекомендации по теме
Комментарии
Автор

I have started this whole series.From phase 1 to 6. The youtube algorithm should make this channel increase.Great job Eric

firibuanyass
Автор

I don't know why anyone has not commented on this. But this is a great explanation of the problem.

Sailgodgreenearth
Автор

probably the best explanation for the problem on net

arghadeepsaha
Автор

some people's solutions do not use minheap, so that's make me confused sometimes. Your solution is pretty clear Thanks!

hhjdkdnchidnd
Автор

what kind of drawer tool do you use? is it for macos?

Yuser-zvof
Автор

I counted the word basically, you basically said 'basically', basically 500 times

xVantwoutMaarten