Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
282 results
In this video, Ujjwal Painuly explains an advanced Graph problem using Java, following a FAANG-style problem-solving approach ...
6 views
3 weeks ago
Most tutorials talk about graphs. Very few actually build them from scratch the way interviews expect. In this video, I implemented ...
82 views
4 weeks ago
5 views
Want to explore a graph deeply instead of level by level? That's exactly what Depth First Search (DFS) is built for In today's ...
52 views
2 weeks ago
LeetCode Problem of the Day – 3650 Minimum Cost Path with Edge Reversals In this video, we solve LeetCode 3650 using a ...
26 views
Join this channel to get access to perks: https://www.youtube.com/channel/UCnwRmVlggsF71RnbHPuB02w/join Today Leetcode ...
16 views
Given a reference of a node in a connected undirected graph. Return a deep copy (clone) of the graph. dfs recursive solution.
PROBLEM DESCRIPTION* Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), ...
39 views
Today Leetcode Daily Practice:- LeetCode 2977 Explained | Minimum Cost to Convert String II (DP + Graph) Struggling with ...
40 views
I have made a video for youtube I have discussed the interview experience this is my video title " Java developer | Interview ...
24 views
6 days ago
In this episode, hear my reflections on eight years as a Developer Advocate at Neo4j - learning in public, teaching before feeling ...
0 views
3 days ago
In this video, we solve the LeetCode – Possible Bipartition problem using Graph + DFS Coloring. We learn: How to build a graph ...
3 views
In this video, we solve LeetCode 207 – Course Schedule, a problem that does not explicitly mention graphs, yet requires ...
13 views
In this video, we dive into LeetCode Problem 3650 – Minimum Cost Path with Edge Reversals — a fascinating graph shortest-path ...
FREE "12 Coding Interview Patterns That Actually Get Asked" PDF https://tinyurl.com/12-coding-patterns Interview Patterns ...
17 views
Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Dijkstra's Algorithm | PART-1 : https ...
9,412 views
Curso Arboles y Grafos Universidad Pontificia Javeriana Seccional Cali Semestre 2026-1 Notas del curso: ...
59 views
Word Ladder - Leetcode 127 - Illustrated! - Trees - Google/Meta/FAANG - Python (Pattern Mastery) - Java #PatternMastery ...
11 days ago
The Nasdanika Drawio module provides Java API to programmatically read, create, and manipulate Drawio diagrams.
53,986 views
9 days ago
In this video, we implement Prim's Algorithm to find the Minimum Spanning Tree (MST) using Java. Simple logic, clean code, and ...
2 views
Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 29th video of ...
6,214 views
1 day ago
In this video, we solve LeetCode 924 – Minimize Malware Spread. This is a powerful Graph + DFS problem that teaches: - How ...
5 days ago
In this video, I explain how to check whether a graph is bipartite using graph coloring. We solve the problem step-by-step using ...
23 views
In this video, I solve the LeetCode problem: Maximum Probability Path using Dijkstra's Algorithm (Modified) in Java. We convert ...
8 views
How does Google Maps find the shortest route in seconds? How does Facebook recommend your next friend so accurately?
64 views