All
Images
Videos
Shorts
Maps
News
Shopping
Copilot
More
Flights
Travel
Notebook
Report an inappropriate content
Please select one of the options below.
Not Relevant
Offensive
Adult
Child Sexual Abuse
Length
All
Short (less than 5 minutes)
Medium (5-20 minutes)
Long (more than 20 minutes)
Date
All
Past 24 hours
Past week
Past month
Past year
Resolution
All
Lower than 360p
360p or higher
480p or higher
720p or higher
1080p or higher
Source
All
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
Price
All
Free
Paid
Clear filters
SafeSearch:
Moderate
Strict
Moderate (default)
Off
Filter
5:51
YouTube
Train To Code
LeetCode Solution | Depth First Search
LeetCode Solutions in TypeScript - Depth First Search (DFS) is a search algorithm used to explore all the nodes in a graph or tree data structure. It's like exploring a maze, DFS dives as deep as possible into the graph before backtracking to explore other paths. Perfect for practising for a technical interview. This solution is in TypeScript ...
530 views
May 17, 2024
Depth-first Search Tutorial
20:52
Depth First Search (DFS) Explained: Algorithm, Examples, and Code
YouTube
Reducible
511.3K views
Jul 5, 2020
7:41
Learn Depth First Search in 7 minutes ⬇️
YouTube
Bro Code
138.6K views
Nov 4, 2021
4:01
Depth-first search in 4 minutes
YouTube
Michael Sambol
489.4K views
Mar 29, 2022
Top videos
2:08
LeetCode 199 Binary Tree Right Side View DFS Solution Explained
YouTube
AutistiCoder
44 views
Feb 10, 2025
6:46
LeetCode #104: Maximum Depth of Binary Tree | Recursive DFS
YouTube
Algo Engine
16.3K views
Sep 16, 2023
10:02
DIAMETER OF A BINARY TREE | LEETCODE 543 | PYTHON DFS SOLUTION
YouTube
Cracking FAANG
2.6K views
Sep 16, 2024
Depth-first Search Applications
9:13
Lec-5: Depth First Search (DFS) with example | Uninformed Search | Artificial Intelligence
YouTube
Gate Smashers
1.9M views
Mar 31, 2019
13:21
Depth First Search (DFS) with example || Uninformed Search || Artificial Intelligence
YouTube
Sudhakar Atchala
77.8K views
Dec 17, 2024
10:20
Depth First Search Algorithm | Graph Theory
YouTube
WilliamFiset
552.1K views
Apr 1, 2018
2:08
LeetCode 199 Binary Tree Right Side View DFS Solution Explained
44 views
Feb 10, 2025
YouTube
AutistiCoder
6:46
LeetCode #104: Maximum Depth of Binary Tree | Recursive DFS
16.3K views
Sep 16, 2023
YouTube
Algo Engine
10:02
DIAMETER OF A BINARY TREE | LEETCODE 543 | PYTHON DFS SO
…
2.6K views
Sep 16, 2024
YouTube
Cracking FAANG
6:26
This DFS Pattern Solves So Many Graph Problems
52 views
2 months ago
YouTube
Soupzzz
16:15
Lexicographical Numbers | Simple DFS | Leetcode 386 | codestorywit
…
15.3K views
Sep 21, 2024
YouTube
codestorywithMIK
10:57
Stop Getting Confused by Maximum Path Sum — Full Intuition + DFS
…
18 views
3 months ago
YouTube
Soupzzz
15:19
Binary Tree Maximum Path Sum - DFS - Leetcode 124 - Python
232.3K views
Jun 3, 2021
YouTube
NeetCode
18:06
Leetcode 679. 24 Game | Backtracking & Recursion with DF
…
335 views
6 months ago
YouTube
StatLearn Tech
7:44
Understand Binary Tree Max Depth in 5 Minutes – Python DFS Walkth
…
10 views
3 months ago
YouTube
Soupzzz
7:51
Most People Overthink This DFS Problem… LeetCode 841 Keys & R
…
109 views
3 months ago
YouTube
Soupzzz
12:33
1110. Delete Nodes And Return Forest | DFS | Tree
4.8K views
Jul 17, 2024
YouTube
Aryan Mittal
7:31
104. Maximum Depth of Binary Tree | JavaScript | DFS | O(n) TC | Leet
…
672 views
Feb 16, 2023
YouTube
LeetCodeWithMonu
2:55
Same Tree | LeetCode 100 | Blind 75 | Recursive DFS Solution #leetcod
…
1.8K views
1 month ago
YouTube
AlgoMonster
0:59
Breadth First Search (BFS) vs Depth First Search (DFS) for Graphs!
243.1K views
Mar 20, 2024
YouTube
Greg Hogg
32:26
Longest Cycle in a Graph | Leetcode - 2360 | DFS | Explanation âž• Live
…
12.8K views
Mar 26, 2023
YouTube
codestorywithMIK
9:49
Find in video from 01:26
DFS Travers on Two Trees
100. Same Tree | Tree | DFS | Recursion | Understanding Time
…
1.8K views
Feb 26, 2024
YouTube
Aryan Mittal
30:14
3067. Count Pairs of Connectable Servers in a Weighted Tree Netwo
…
4.6K views
Mar 2, 2024
YouTube
Aryan Mittal
22:30
2415. Reverse Odd Levels of Binary Tree | BFS | DFS | Trees
1.8K views
Dec 20, 2024
YouTube
Aryan Mittal
8:39
Find in video from 00:28
Simple DFS Traversal
513. Find Bottom Left Tree Value | Tree | DFS | BFS | Basics of Grap
…
1.5K views
Feb 28, 2024
YouTube
Aryan Mittal
13:03
Find Elements in a Contaminated Binary Tree | BFS | DFS | Leetcod
…
6.9K views
Feb 21, 2025
YouTube
codestorywithMIK
47:33
Maximize the Number of Target Nodes After Connecting Trees I |
…
10K views
9 months ago
YouTube
codestorywithMIK
5:35
8 WEEK Roadmap To MASTERING Leetcode In 2024
30.4K views
Feb 21, 2024
YouTube
Coding With Moe
10:10
LeetCode 104 | Maximum Depth of Binary Tree | Easy Explanation + C
…
8 views
3 months ago
YouTube
Rahul
19:28
How To Solve Graph Matrix Problems using DFS | Leetcode Fl
…
71.4K views
Oct 23, 2021
YouTube
Luv
14:18
Same Tree | DFS | BFS | Google | Leetcode 100
8.8K views
Jan 10, 2023
YouTube
codestorywithMIK
12:01
RECONSTRUCT ITINERARY | LEETCODE 332 | PYTHON ITERAT
…
3.4K views
Aug 26, 2024
YouTube
Cracking FAANG
48:18
Minimize the Maximum Edge Weight of Graph | Detailed Intuition | BFS
…
4.4K views
Jan 12, 2025
YouTube
codestorywithMIK
2:54
Clone Graph | LeetCode 133 | Blind 75 | DFS + Hash Map #leetcode #c
…
1.2K views
1 month ago
YouTube
AlgoMonster
0:36
JavaScript Solution: Evaluate Division | LeetCode | Graph + DFS
…
4 views
5 months ago
YouTube
Coding theory
See more videos
More like this
Feedback