ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

775 results

RisingBrain
Cousins in a Binary Tree | BFS & DFS Approaches | LeetCode | Python, Java & C++

In this video, we solve the Cousins in a Binary Tree problem using both BFS (Breadth-First Search) and DFS (Depth-First Search) ...

18:29
Cousins in a Binary Tree | BFS & DFS Approaches | LeetCode | Python, Java & C++

149 views

2 days ago

Code with Goku
🚀 Beginner's DSA Journey #4 | Binary Search Tree Problems + Tree Traversal Basics LIVE

Welcome back to my **Beginner's DSA Journey!** In this live stream, I'm practicing **Binary Search Trees (BST)** by solving a ...

13:50
🚀 Beginner's DSA Journey #4 | Binary Search Tree Problems + Tree Traversal Basics LIVE

3 views

Streamed 11 days ago

SCIENCE IN FRONT OF YOU
Mirror Tree | GFG Solution in C++ | Easy Binary Tree Recursion Explained

Problem Statement: Given the root of a binary tree, convert it into its mirror tree. A mirror tree is formed by swapping the left and ...

0:36
Mirror Tree | GFG Solution in C++ | Easy Binary Tree Recursion Explained

2 views

3 weeks ago

0xUnstuck
Swap Left and Right? The Binary Tree Inversion Interview Trap

Master how to invert binary tree problems using Rust. This guide breaks down the recursive logic to solve this common technical ...

4:25
Swap Left and Right? The Binary Tree Inversion Interview Trap

12 views

9 days ago

RisingBrain
Maximum & Minimum Depth of Binary Tree | BFS & DFS Approach | LeetCode | C++, Java, Python

In this video, we solve the Maximum Depth and Minimum Depth of a Binary Tree using both BFS (Breadth First Search) and DFS ...

20:20
Maximum & Minimum Depth of Binary Tree | BFS & DFS Approach | LeetCode | C++, Java, Python

311 views

3 days ago

RisingBrain
Populating Next Right Pointers in Each Node | BFS & DFS Approach | Binary Tree | Java Python C++

In this video, we solve Populating Next Right Pointers in Each Node, a popular Binary Tree problem from LeetCode. We will ...

21:40
Populating Next Right Pointers in Each Node | BFS & DFS Approach | Binary Tree | Java Python C++

175 views

1 day ago

SCIENCE IN FRONT OF YOU
145 LeetCode | Binary Tree Postorder Traversal | Recursive C++ Solution | Easy Problem

In this video, I solve LeetCode 145 - Binary Tree Postorder Traversal using C++. I explain the recursive approach step by step and ...

0:48
145 LeetCode | Binary Tree Postorder Traversal | Recursive C++ Solution | Easy Problem

6 views

3 weeks ago

Alex_Pro
The Road To Google From Scratch — Maximum Depth of Binary Tree Solution

In this video we solve the Maximum Depth of Binary Tree problem — finding the length of the longest path from the root node ...

12:01
The Road To Google From Scratch — Maximum Depth of Binary Tree Solution

18 views

2 weeks ago

Leetcode Unlocked
236. Lowest Common Ancestor of a Binary Tree | Leetcode Unlocked - Python

Learn how to approach and solve the "Lowest Common Ancestor of a Binary Tree" problem (LeetCode 236). This walkthrough ...

4:16
236. Lowest Common Ancestor of a Binary Tree | Leetcode Unlocked - Python

4 views

2 weeks ago

SCIENCE IN FRONT OF YOU
Fixing Two Nodes of a BST | GFG Solution in C++ | Recover Binary Search Tree Explained

Problem Statement: Given the root of a Binary Search Tree in which exactly two nodes have been swapped by mistake, restore ...

0:44
Fixing Two Nodes of a BST | GFG Solution in C++ | Recover Binary Search Tree Explained

18 views

3 weeks ago

Leetcode Unlocked
257. Binary Tree Paths | Leetcode Unlocked - Python

Learn how to solve the Binary Tree Paths problem (LeetCode 257) using a depth-first search (DFS) approach. In this video, we ...

3:57
257. Binary Tree Paths | Leetcode Unlocked - Python

7 views

2 weeks ago

Leetcode Unlocked
145. Binary Tree Postorder Traversal | Leetcode Unlocked - Python

Learn how to solve Binary Tree Postorder Traversal (LeetCode 145) using both recursive and iterative approaches. We walk ...

5:26
145. Binary Tree Postorder Traversal | Leetcode Unlocked - Python

3 views

2 weeks ago

Leetcode Unlocked
144. Binary Tree Preorder Traversal | Leetcode Unlocked - Python

Learn how to solve the Binary Tree Preorder Traversal problem on LeetCode. This walkthrough covers both the recursive and ...

4:48
144. Binary Tree Preorder Traversal | Leetcode Unlocked - Python

2 views

2 weeks ago

SCIENCE IN FRONT OF YOU
Binary Tree from Inorder and Postorder | GFG Solution in C++ | Tree Construction Explained

Problem Statement: Given the inorder and postorder traversals of a binary tree, construct the original binary tree and return its root ...

0:41
Binary Tree from Inorder and Postorder | GFG Solution in C++ | Tree Construction Explained

9 views

2 weeks ago

Leetcode Unlocked
124. Binary Tree Maximum Path Sum | Leetcode Unlocked - Python

Master LeetCode 124: Binary Tree Maximum Path Sum with this step-by-step breakdown. In this video, we explore a bottom-up ...

4:54
124. Binary Tree Maximum Path Sum | Leetcode Unlocked - Python

6 views

2 weeks ago

Retro Talk
Invert Binary Tree — LeetCode 226 | Learning to Think in Algorithms, Not Recall

In this video, I solve LeetCode's "Invert Binary Tree" — but instead of watching a solution and reimplementing it, I derive the ...

7:31
Invert Binary Tree — LeetCode 226 | Learning to Think in Algorithms, Not Recall

6 views

3 weeks ago

RisingBrain
Binary Tree BFS Traversal | Level Order Traversal Explained | Queue Pattern | Python, Java, C++

Master Binary Tree BFS (Breadth First Search) by learning the Level Order Traversal pattern—the foundation for solving dozens of ...

28:12
Binary Tree BFS Traversal | Level Order Traversal Explained | Queue Pattern | Python, Java, C++

640 views

10 days ago

Glass Box Computing
Binary Trees: Labs — Data Structures in C

Practice with binary trees: work the problems yourself, then check the worked solutions. Hands-on exercises to turn understanding ...

5:45
Binary Trees: Labs — Data Structures in C

0 views

5 days ago

Leetcode Unlocked
99. Recover Binary Search Tree | Leetcode Unlocked - Python

Learn how to solve LeetCode 99: Recover Binary Search Tree. In this tutorial, we analyze a binary search tree where exactly two ...

4:33
99. Recover Binary Search Tree | Leetcode Unlocked - Python

12 views

2 weeks ago

SCIENCE IN FRONT OF YOU
ZigZag Tree Traversal | GFG Solution in C++ | Easy Level Order Traversal Explained

Topics Covered: Binary Tree ZigZag Traversal Level Order Traversal Breadth First Search Queue Data Structure Tree Problems ...

0:47
ZigZag Tree Traversal | GFG Solution in C++ | Easy Level Order Traversal Explained

9 views

3 weeks ago