ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 results

Developer World
Minimum Depth of Binary Tree

Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node ...

0:23
Minimum Depth of Binary Tree

1,617 views

4 days ago

DevSyncX
This Tree Problem Is Easier Than You Think 😲 | Unstop POTD 16/12/2025

In this video, we solve the Unstop POTD Challenge dated 16/12/2025: “Maximum Absolute Difference of Leaf Nodes”. Topic: ...

7:26
This Tree Problem Is Easier Than You Think 😲 | Unstop POTD 16/12/2025

20 views

5 days ago

Rubayat Khan
Depth of a Node in a Binary Tree Explanation + Code in Java

The code is given in this link. https://drive.google.com/file/d/1yDy0imOsS3xpUF9zOlR8DdpxGJlmc2yJ/view?usp=sharing.

24:53
Depth of a Node in a Binary Tree Explanation + Code in Java

0 views

21 hours ago

dailyDebug
AVL Rotations | DSA | with JAVA code explanation.

This video explains AVL Trees and AVL Rotations starting from the basics of Binary Search Trees (BST). We cover why BSTs ...

36:15
AVL Rotations | DSA | with JAVA code explanation.

9 views

6 days ago

Ravi Rana
LEETCODE 104: Maximum Depth of Binary Tree  Easy Explanation + Java Code Screen Recording.

In this video, I break down the problem, explain the recursive approach, and walk through the logic step‑by‑step so you can ...

5:15
LEETCODE 104: Maximum Depth of Binary Tree Easy Explanation + Java Code Screen Recording.

0 views

4 days ago

Mansi Singh
Top View of Binary Tree | Tree 🌳 | GFG | JAVA | DSA 🔥

👋 Hello everyone, it's Mansi Singh - Your Coding Companion! 🚀 🔴 In this tutorial, we will learn how to do find the top view ...

23:54
Top View of Binary Tree | Tree 🌳 | GFG | JAVA | DSA 🔥

13 views

22 hours ago

Parikh Jain
Stop Forgetting DSA! Try this NOW

In this video, I have talked about right way to learn DSA so that you will never forget. I have discussed why people are not ...

11:53
Stop Forgetting DSA! Try this NOW

6,840 views

6 days ago

Rahul Mirashi
LeetCode 199  Binary Tree Right Side View

LeetCode 199 Binary Tree Right Side View with Java.

13:21
LeetCode 199 Binary Tree Right Side View

3 views

15 hours ago

Ravi Rana
LEETCODE  100 | Same Tree | DFS Recursive Solution in Java | Easy Explanation

In this video, we solve LeetCode Problem 100 – Same Tree using the DFS (Depth First Search) recursive approach in Java.

8:32
LEETCODE 100 | Same Tree | DFS Recursive Solution in Java | Easy Explanation

2 views

7 days ago

Legend Coders
🔥 INVERT BINARY TREE — Recursion Itna Easy Kabhi Nahi Dekha! | LeetCode 226 | DSA Made Simple

Socho ek mirror Ab socho wahi mirror Binary Tree ke saamne rakh diya Bas wahi kaam karta hai Invert Binary Tree! Is video ...

19:17
🔥 INVERT BINARY TREE — Recursion Itna Easy Kabhi Nahi Dekha! | LeetCode 226 | DSA Made Simple

17 views

4 days ago

Komal Vhanmane
Leetcode|3781  Maximum Score After Binary Swaps | Java | Bi Weekly Contest172

Leetcode|3781 Maximum Score After Binary Swaps | Java | Bi Weekly Contest172 where to find leetcode daily challenge leetcode ...

10:42
Leetcode|3781 Maximum Score After Binary Swaps | Java | Bi Weekly Contest172

36 views

17 hours ago

Legend Coders
🌳 SAME TREE — Recursion ka GAME OVER! | LeetCode 100 | Binary Tree Interview Question

Binary Tree ka ye question simple lagta hai… lekin recursion ka ek galat step = wrong answer ❌ Is video me hum Same Tree ...

21:02
🌳 SAME TREE — Recursion ka GAME OVER! | LeetCode 100 | Binary Tree Interview Question

14 views

5 days ago

蝸牛老師
c131. 00615 - Is It A Tree

2025-12-10 11-21-58 114 ACP 210.

33:14
c131. 00615 - Is It A Tree

6 views

4 days ago

Legend Coders
🔥 MAX DEPTH of Binary Tree — Tree Recursion Made EASY! | LeetCode 104 | DSA Interview

Binary Tree ka Max Depth nikalna mushkil lagta hai? Is video ke baad tree recursion crystal clear ho jayegi Is video me tum ...

19:34
🔥 MAX DEPTH of Binary Tree — Tree Recursion Made EASY! | LeetCode 104 | DSA Interview

35 views

6 days ago

GeeksforGeeks
DSA In Java | Heap 01 | Java in One Shot | Heap in Java

Learn Heap Data Structure in Java from scratch in this beginner-friendly yet deeply comprehensive session of DSA in Java ...

2:44:27
DSA In Java | Heap 01 | Java in One Shot | Heap in Java

2,004 views

4 days ago

Developer World
Path Sum

Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the ...

0:17
Path Sum

0 views

18 hours ago

Mastering Programming
"Binary Tree Preorder Traversal"

"Binary Tree Preorder Traversal," involves traversing a binary tree in a pre-order manner, meaning visiting the root node, then the ...

0:43
"Binary Tree Preorder Traversal"

759 views

4 days ago

Simplilearn
Data Structures Interview Questions And Answers 2026 | Data Structures And Algorithms | Simplilearn

Full Stack Java Developer Program (Discount Code - YTBE15) ...

50:47
Data Structures Interview Questions And Answers 2026 | Data Structures And Algorithms | Simplilearn

388 views

2 days ago

Mahesh Ahirwar
Find Peak Element | Binary Search Explained | DSA Interview Question

In this video, we solve the Find Peak Element problem using an optimized Binary Search approach. You'll learn: ✓ What a peak ...

8:46
Find Peak Element | Binary Search Explained | DSA Interview Question

23 views

1 day ago

The Lost Pointer
LeetCode 1448  | Count Good Nodes in Binary Tree | Tree Traversal | Easy Explanation

In this video, we solve **LeetCode 1448: Count Good Nodes in Binary Tree** using a simple and efficient **tree traversal**.

5:44
LeetCode 1448 | Count Good Nodes in Binary Tree | Tree Traversal | Easy Explanation

4 views

6 days ago

Mastering Programming
"Populating Next Right Pointers in Each Node"

The input is a perfect binary tree where all leaves are on the same level, and the problem requires modifying the original tree ...

1:12
"Populating Next Right Pointers in Each Node"

1,185 views

6 days ago

Jasmeen Kaur
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Welcome to Day 12 of my DSA journey 🚀 In this video, I explain two important Binary Tree traversal techniques that are ...

5:16
EP 12 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

445 views

3 days ago

Legend Coders
Symmetric Tree — Mirror Logic That EVERY Interview Asks! | LeetCode 101 | Binary Tree

Ever wondered how to check if a Binary Tree is a mirror of itself? In this video, we crack the Symmetric Tree problem with clear ...

19:07
Symmetric Tree — Mirror Logic That EVERY Interview Asks! | LeetCode 101 | Binary Tree

31 views

2 days ago

Tsoding Daily
Smallest Pure Functional Language in C

Streamed Live on Twitch: https://twitch.tv/tsoding Chapters: - 00:00:00 - Main session - 03:19:58 - Footnote References: ...

3:23:01
Smallest Pure Functional Language in C

36,184 views

4 days ago

Jasmeen Kaur
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

Vertical & Boundary Traversal | LeetCode + Interview Prep | 2 Questions Welcome to Episode 11 of my DSA Study With Me series ...

4:47
EP 11 | 2 Hour DSA Study With Me 👩‍💻 | Binary Tree Traversals | LeetCode + Interview Prep + 2 Ques

550 views

4 days ago