ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

292 results

MIT OpenCourseWare
Lecture 16: Dijkstra

MIT 6.006 Introduction to Algorithms, Fall 2011 View the complete course: http://ocw.mit.edu/6-006F11 Instructor: Srini Devadas ...

51:26
Lecture 16: Dijkstra

319,772 views

12 years ago

MIT OpenCourseWare
Lec 17 | MIT 6.046J / 18.410J Introduction to Algorithms (SMA 5503), Fall 2005

Lecture 17: Shortest Paths I: Properties, Dijkstra's Algorithm, Breadth-first Search View the complete course at: ...

1:24:34
Lec 17 | MIT 6.046J / 18.410J Introduction to Algorithms (SMA 5503), Fall 2005

122,792 views

16 years ago

Abdul Bari
Shortest Path Algorithms (Dijkstra and Bellman-Ford)  - Simplified

Shortest path algorithms, Dijkstra and Bellman-Ford algorithm. Algorithms explained with multiple examples, in a different way.

26:13
Shortest Path Algorithms (Dijkstra and Bellman-Ford) - Simplified

260,241 views

8 years ago

Suresh Srivastava
Dijkstra's Algorithm In C# (Theory + Code Implementation )

Dijkstra's Algorithm In C# ( Theory + Code Implementation ) By Deepali Srivastava ...

22:10
Dijkstra's Algorithm In C# (Theory + Code Implementation )

30,816 views

9 years ago

freeCodeCamp.org
Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ✏️ This course was developed by ...

2:12:19
Graph Algorithms for Technical Interviews - Full Course

1,441,345 views

4 years ago

NPTEL-NOC IITM
mod06lec31 - Sending Email

We deal with the cases of uniform edge weights (via BFS), non-negative edge weights (via Dijkstra's algorithm), negative edge ...

22:21
mod06lec31 - Sending Email

3,499 views

4 years ago

luis enrique vargas azcona
The Dijkstra Algorithm and Beyond (FIX in the description)

There is an error on the video about the 2 last conditions, there are necessary but not enough there is a third neceesary codition: if ...

20:45
The Dijkstra Algorithm and Beyond (FIX in the description)

235 views

5 years ago

Audiopedia
Dijkstra's algorithm

Dijkstra's algorithm, conceived by computer scientist Edsger Dijkstra in 1956 and published in 1959, is a graph search algorithm ...

20:39
Dijkstra's algorithm

391 views

11 years ago

NPTEL IIT Kharagpur
Lecture 10 : Dijkstra's Algorithm

So, this is the graph that we have from s a to a to d to c and t. So, used Dijkstras algorithm to find the shortest path and also find the ...

31:29
Lecture 10 : Dijkstra's Algorithm

3,673 views

7 years ago

Stanford Algorithms
11   4   Dijkstra 's Algorithm  Implementation and Running Time 26 min
26:28
11 4 Dijkstra 's Algorithm Implementation and Running Time 26 min

14,300 views

8 years ago

Edsger W. Dijkstra
Edsger Dijkstra - What Led To Notes on Structured Programming - 2001

Edsger Wybe Dijkstra was one of the most prolific computer scientists of all time. This is a lecture he gave at the S.D. & M.

34:46
Edsger Dijkstra - What Led To Notes on Structured Programming - 2001

2,344 views

2 years ago

CS50
CS50x 2025 - Lecture 3 - Algorithms

Searching: Linear Search, Binary Search. Sorting: Bubble Sort, Selection Sort, Merge Sort. Asymptotic Notation: O, Ω, ...

2:06:35
CS50x 2025 - Lecture 3 - Algorithms

310,797 views

Streamed 1 year ago

freeCodeCamp.org
Algorithms Course - Graph Theory Tutorial from a Google Engineer

This full course provides a complete introduction to Graph Theory algorithms in computer science. Knowledge of how to create ...

6:44:40
Algorithms Course - Graph Theory Tutorial from a Google Engineer

1,807,275 views

6 years ago

Michele De Sena
Algoritmo di Dijkstra - Tutorial semplice step by step

Spiegazione semplice con esempio step by step del funzionamento dell'algoritmo di Dijkstra: l'algoritmo di ricerca operativa usato ...

37:30
Algoritmo di Dijkstra - Tutorial semplice step by step

609 views

3 years ago

sinc
Dijkstra's shortest path algorithm
33:36
Dijkstra's shortest path algorithm

297 views

5 years ago

MIT OpenCourseWare
Lecture 13: Breadth-First Search (BFS)

MIT 6.006 Introduction to Algorithms, Fall 2011 View the complete course: http://ocw.mit.edu/6-006F11 Instructor: Erik Demaine ...

50:48
Lecture 13: Breadth-First Search (BFS)

726,092 views

12 years ago

Computerphile
Essentials: Pointer Power! - Computerphile

Pointers are fundamental in programming and Professor Brailsford couldn't live without them! Professor Brailsford's Code: ...

20:00
Essentials: Pointer Power! - Computerphile

477,807 views

8 years ago

The Coding Train
A* Pathfinding Algorithm (Coding Challenge 51 - Part 1)

In this multi-part coding challenge, I attempt an implementation of the A* Pathfinding Algorithm to find the optimal path between ...

48:42
A* Pathfinding Algorithm (Coding Challenge 51 - Part 1)

3,424,940 views

8 years ago

28tech
#21 [Lý thuyết đồ thị | Toán rời rạc]. Thuật Toán Dijkstra | Thuật Toán Tìm Đường Đi Ngắn Nhất

Nội dung video hướng dẫn các bạn thuật toán Dijkstra tìm đường đi ngắn nhất trên đồ thị có trọng số không âm. Timeline : 00:00 ...

42:19
#21 [Lý thuyết đồ thị | Toán rời rạc]. Thuật Toán Dijkstra | Thuật Toán Tìm Đường Đi Ngắn Nhất

116,123 views

3 years ago

Decision modeling
Shortest Path Problems (Contd.)

... to c to t that is the shortest path and that distance is 137 right So that is Dijkstras algorithm uhh explained to you once more time ...

30:21
Shortest Path Problems (Contd.)

741 views

8 years ago