ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

681 results

SCALER
Is Dijkstra's Algorithm replaced? Breaking the Sorting Barrier by Tsinghua, Stanford, and Max Planck

A 60-year-old algorithm still powers your GPS. Now, a new breakthrough from Tsinghua, Stanford & Max Planck might finally beat ...

1:22
Is Dijkstra's Algorithm replaced? Breaking the Sorting Barrier by Tsinghua, Stanford, and Max Planck

13,172 views

4 months ago

vlogize
Understanding the Time Complexity of Dijkstra's Algorithm

Explore why the time complexity of Dijkstra's algorithm is often expressed as O(V + E log V) rather than O(V + E log E).

1:22
Understanding the Time Complexity of Dijkstra's Algorithm

68 views

1 year ago

Baa Code Education
Dijkstra Algorithm Explained in 2 Minutes | Shortest Path Made Simple

Learn Dijkstra's algorithm step by step. This 2-minute tutorial explains how to find the shortest path from one node to all other ...

2:10
Dijkstra Algorithm Explained in 2 Minutes | Shortest Path Made Simple

334 views

6 months ago

jean-marc retrouvey
Dijkstra algorithm impacted canines

An attempt to measure risk, time and complexity when approaching the treatment of an impacted canine. I used the Dijkstra's ...

3:27
Dijkstra algorithm impacted canines

118 views

6 months ago

VilearnX AI
Shortest Path with Dijkstra’s Algorithm | Graph Algorithms Explained 🚀🔍 | #vilearnx

Shortest Path with Dijkstra's Algorithm | Graph Algorithms Explained | #vilearnx Want to find the shortest path in a ...

0:12
Shortest Path with Dijkstra’s Algorithm | Graph Algorithms Explained 🚀🔍 | #vilearnx

129,633 views

7 months ago

Shradha Khapra
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

📌 New *DSA Sheet* Link: https://dsa.apnacollege.in/ This lecture was made with a lot of love❤️ Company wise DSA Sheet Link ...

35:20
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

24,289 views

1 month ago

Hidden Material
Dijkstra's Algorithm  Time Complexity

Dijkstra's Algorithm.

33:47
Dijkstra's Algorithm Time Complexity

29 views

3 months ago

Aditya Verma
41 Dijkstra Algo Intuition and Idea | Graph

Code and explanation: ...

20:58
41 Dijkstra Algo Intuition and Idea | Graph

3,939 views

10 months ago

Nguyen Nhan Phuc
Explanation about Dijkstra's Algorithm and its time complexity
1:38
Explanation about Dijkstra's Algorithm and its time complexity

3 views

1 month ago

IITna Simple
How Apps Find Fastest Routes: Dijkstra vs New Algorithm (2025) #Dijkstra #Algorithms #DataStructures

How does Google Maps pick the fastest route? In this calm, beginner-friendly walkthrough, we explain Dijkstra's Algorithm ...

2:54
How Apps Find Fastest Routes: Dijkstra vs New Algorithm (2025) #Dijkstra #Algorithms #DataStructures

871 views

5 months ago

Shadow
Dijkstra's Algorithm
38:13
Dijkstra's Algorithm

10 views

10 months ago

Hello Byte
Dijkstra's Shortest Path Algorithm Visually Explained

Learn Dijkstra's Algorithm step by step with visuals and a Python implementation. Perfect for pathfinding, network routing, and ...

9:06
Dijkstra's Shortest Path Algorithm Visually Explained

2,890 views

9 months ago

vlogize
Understanding the Running Time of BFS vs Dijkstra's Algorithm

Discover the differences in `running time` between BFS and Dijkstra's algorithms, and find out which one is asymptotically faster ...

1:27
Understanding the Running Time of BFS vs Dijkstra's Algorithm

13 views

9 months ago

IIT KANPUR-NPTEL
Lecture 10: Continuation of polynomial-time algorithms; Dijkstra's algorithm

... we are considering a polinomial time algorithm versus a nonpolin time algorithms so we are comparing two algorithm here one ...

25:31
Lecture 10: Continuation of polynomial-time algorithms; Dijkstra's algorithm

61 views

4 months ago

vlogize
Understanding the Average and Best Time Complexity of the A* Algorithm

Dive into the A* algorithm's time complexity, exploring average, best, and worst-case scenarios, while comparing it to Dijkstra's ...

1:56
Understanding the Average and Best Time Complexity of the A* Algorithm

3 views

7 months ago

vlogize
Understanding Big O Notation for Nested Loops and Dijkstra's Algorithm

Dijkstra's Calls: Each call to Dijkstra's algorithm has a time complexity of O(V log V + E). Combining the Complexities: When you ...

1:45
Understanding Big O Notation for Nested Loops and Dijkstra's Algorithm

4 views

3 months ago

Madi Abio
Dijkstra's Algorithm Deepdive

This video heavily references the 4th edition of Introduction to Algorithms by CLRS.

48:09
Dijkstra's Algorithm Deepdive

4 views

1 month ago

Aditya Verma
42 Dijkstra Analysis and Examples | Graph

Code and explanation: ...

25:26
42 Dijkstra Analysis and Examples | Graph

2,936 views

10 months ago

Syra
Dijkstra Algorithm

Dijkstra's Algorithm can be implemented without a priority queue by using a simple array to track the shortest distances. Instead of ...

24:00
Dijkstra Algorithm

8 views

Streamed 10 months ago

vlogize
Do Indexed Priority Queues Speed Up Dijkstra's Algorithm?

Explore the effectiveness of `indexed priority queues` compared to traditional methods in Dijkstra's algorithm. Discover the ...

1:24
Do Indexed Priority Queues Speed Up Dijkstra's Algorithm?

4 views

7 months ago