ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

306 results

MIT OpenCourseWare
13. Dijkstra

This class discusses a fourth weighted single-source shortest path algorithm: Dijkstra's algorithms. Non-negative edge weights ...

57:22
13. Dijkstra

38,385 views

4 years ago

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,815 views

12 years ago

MIT OpenCourseWare
Lecture 15: Single-Source Shortest Paths Problem

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

53:15
Lecture 15: Single-Source Shortest Paths Problem

257,179 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,794 views

16 years ago

MIT OpenCourseWare
Lecture 18: Speeding up Dijkstra

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

53:16
Lecture 18: Speeding up Dijkstra

108,582 views

12 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,718 views

4 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,410 views

9 years ago

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

... Sort Algorithm ⌨️ (1:09:52) Shortest/Longest path on a Directed Acyclic Graph (DAG) ⌨️ (1:19:34) Dijkstra's Shortest Path ...

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

1,807,562 views

6 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,818 views

9 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

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,217 views

3 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

IIT Roorkee July 2018
Lecture 41: Finding Shortest Paths with Dijkstra’s Algorithm

In this lecture we will discuss about how to find shortest path with Dijkstra's algorithm.

30:09
Lecture 41: Finding Shortest Paths with Dijkstra’s Algorithm

3,529 views

1 year 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,347 views

2 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

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

610 views

3 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,987 views

8 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,146 views

12 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

311,812 views

Streamed 1 year ago