ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

124 results

codefou
Network Delay Time | LeetCode 743 | Dijkstra’s Algorithm | Java & C++ code

We are given a directed weighted graph with n nodes, where each edge (u, v, w) means a signal takes w time to travel from node ...

22:42
Network Delay Time | LeetCode 743 | Dijkstra’s Algorithm | Java & C++ code

35 views

3 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

10,290 views

12 days ago

Developer Coder
Swim in Rising Water | LeetCode 778 | Priority Queue | Dijkstra's | Java Code | Developer Coder

... Queue in Java Dijkstra Algorithm Interview preparation tips LeetCode Problem Details Problem Name: Swim in Rising Water ...

23:07
Swim in Rising Water | LeetCode 778 | Priority Queue | Dijkstra's | Java Code | Developer Coder

447 views

2 months ago

Code Factory
Master Dijkstra’s Algorithm | Find the Shortest Path Efficiently | Java | DSA | Min Heap Method

In this detailed yet beginner-friendly tutorial, we unlock the power of graphs with Dijkstra's Algorithm, an essential technique for ...

30:11
Master Dijkstra’s Algorithm | Find the Shortest Path Efficiently | Java | DSA | Min Heap Method

92 views

6 months ago

CodeCrush
Path with minimum Efforts | Leetcode 1631 | Dijkstra's Algorithm | Java

LeetCode Problem: Path With Minimum Effort (Problem #1631) In this video, I'll show you how to solve the Path With Minimum ...

45:30
Path with minimum Efforts | Leetcode 1631 | Dijkstra's Algorithm | Java

10 views

10 months ago

codingX krishna
LeetCode 1631: Path With Minimum Effort | Dijkstra + DP | Time: O(M*N log(M*N)) | Space: O(M*N)

LeetCode 1631 – Path With Minimum Effort In this video, we solve the problem using a Dijkstra-like algorithm with a PriorityQueue ...

26:07
LeetCode 1631: Path With Minimum Effort | Dijkstra + DP | Time: O(M*N log(M*N)) | Space: O(M*N)

47 views

7 months ago

ItsRuntym
L18. Dijkstra Algorithm || Shortest Path from Source || 25 DSA Patterns || Master DSA ||Crack FAANG

One and only 25 DSA Patterns Playlist: ...

35:12
L18. Dijkstra Algorithm || Shortest Path from Source || 25 DSA Patterns || Master DSA ||Crack FAANG

698 views

4 months ago

Developer Coder
Number of Ways to Arrive at Destination | LeetCode 1976 | Dijkstra's Algorithm | Developer Coder

In this video, we solve LeetCode 1976 - Number of Ways to Arrive at Destination using Dijkstra's Algorithm in Java. This problem ...

45:13
Number of Ways to Arrive at Destination | LeetCode 1976 | Dijkstra's Algorithm | Developer Coder

34 views

8 months ago

Code Cloud: Leetcode Complex made easy
Beginner to Mastery series: Graphs, Leetcode 2699: Modify Graph Edge weights using Dijkstra's algo.

This is a LeetCode hard question that tests your understanding of shortest path algorithms, specifically Dijkstra's algorithm.

24:50
Beginner to Mastery series: Graphs, Leetcode 2699: Modify Graph Edge weights using Dijkstra's algo.

52 views

3 weeks ago

Pulkit Malhotra
Dijkstra's Algorithm | Graph Theory | Level 1 | Single Source Shortest Path

Problem: https://www.geeksforgeeks.org/problems/implementing-dijkstra-set-1-adjacency-matrix/1 Code: ...

23:48
Dijkstra's Algorithm | Graph Theory | Level 1 | Single Source Shortest Path

20 views

2 weeks ago

Developer Coder
Find Minimum Time to Reach Last Room II | LeetCode 3342 | Dijkstra | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we tackle a challenging shortest path problem from Leetcode: Find Minimum Time to ...

41:22
Find Minimum Time to Reach Last Room II | LeetCode 3342 | Dijkstra | Java Code | Developer Coder

144 views

7 months ago

Developer Coder
Minimum Cost to Make at Least One Valid Path in a Grid | LeetCode 1368 | Java | Developer Coder

Tech Used: Java Dijkstra's Algorithm Dynamic Programming (Iterative) Don't forget to like, comment, and subscribe for more ...

51:06
Minimum Cost to Make at Least One Valid Path in a Grid | LeetCode 1368 | Java | Developer Coder

43 views

11 months ago

ExpertFunda
Swim in Rising Water | LeetCode 778 | Dijkstra BFS Approach

Today Leetcode Daily Practice:- Want Clear explanation of LeetCode 778 — Swim in Rising Water. We provdes step-by-step ...

29:19
Swim in Rising Water | LeetCode 778 | Dijkstra BFS Approach

57 views

2 months ago

Developer Coder
Find Minimum Time to Reach Last Room I | LeetCode 3341 | Dijkstra | Java Code | Developer Code

Welcome to Developer Coder! In this video, we'll tackle the LeetCode problem “Find Minimum Time to Reach Last Room I” ...

28:03
Find Minimum Time to Reach Last Room I | LeetCode 3341 | Dijkstra | Java Code | Developer Code

353 views

7 months ago

CodeCrush
Network Delay Time | LeetCode 743 | Dijkstra | Java

LeetCode Problem: Network Delay Time (Problem #743) In this video, I'll guide you through solving the Network Delay Time ...

29:06
Network Delay Time | LeetCode 743 | Dijkstra | Java

19 views

10 months ago

codingX krishna
💥 LeetCode 3620 Network Recovery Pathways | Brute Force vs Binary Search + Dijkstra | Java Solution

In this video, we solve LeetCode 3620: Network Recovery Pathways. First, we discuss a brute force approach, then optimise it ...

52:26
💥 LeetCode 3620 Network Recovery Pathways | Brute Force vs Binary Search + Dijkstra | Java Solution

167 views

5 months ago

Learning-Hub
💻 Dijkstra Algorithm Full Tutorial | Practical + Coding Explanation | Graphs for Interviews 🚀

Hey Techies! Welcome back to another power-packed session on Graphs & DSA ✨ Today, we're diving deep into ...

50:50
💻 Dijkstra Algorithm Full Tutorial | Practical + Coding Explanation | Graphs for Interviews 🚀

118 views

1 month ago

Rishab Jain
Session 29

17/12/22.

4:10:36
Session 29

10 views

Streamed 3 years ago

Break and Build
3620. Network Recovery Pathways (Part 2) | Bi-Weekly 161 | Binary Search, TopoSort v/s Dijkstra

Part 1 Video Link - https://youtu.be/9RxCjR5x0ho All language Code: ...

23:27
3620. Network Recovery Pathways (Part 2) | Bi-Weekly 161 | Binary Search, TopoSort v/s Dijkstra

34 views

4 months ago

ItsRuntym
L19. Topological Sort || Kahn's Algorithm - BFS & DFS || 25 DSA Patterns || Master DSA ||Crack FAANG

... Dijkstra Algorithm to find shortest path from a source node to all other nodes – a powerful and efficient technique used to solve a ...

59:38
L19. Topological Sort || Kahn's Algorithm - BFS & DFS || 25 DSA Patterns || Master DSA ||Crack FAANG

653 views

4 months ago