ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

769 results

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

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++

140 views

1 day 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

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

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
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

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

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

307 views

3 days 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

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
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

RisingBrain
Same Tree & Symmetric Tree | DFS Pattern | Binary Tree Interview Questions | Python, Java, C++

In this video, you'll master the DFS (Depth First Search) Pattern by solving two of the most important Binary Tree interview ...

26:48
Same Tree & Symmetric Tree | DFS Pattern | Binary Tree Interview Questions | Python, Java, C++

560 views

10 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++

156 views

1 day 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
114. Flatten Binary Tree to Linked List | Leetcode Unlocked - Python

Learn how to solve the "Flatten Binary Tree to Linked List" problem on LeetCode. In this walkthrough, we explore two strategies to ...

6:34
114. Flatten Binary Tree to Linked List | Leetcode Unlocked - Python

12 views

2 weeks ago

Retro Talk
Learning to Think in Recursion: Maximum Depth of Binary Tree (LeetCode #104)

In this video, I break down LeetCode's "Maximum Depth of Binary Tree" problem — but instead of watching a solution and ...

6:09
Learning to Think in Recursion: Maximum Depth of Binary Tree (LeetCode #104)

31 views

3 weeks ago

Leetcode Unlocked
110. Balanced Binary Tree | Leetcode Unlocked - Python

Master LeetCode 110 Balanced Binary Tree with this clear, step-by-step tutorial! In this video, we break down the optimal ...

4:30
110. Balanced Binary Tree | Leetcode Unlocked - Python

19 views

2 weeks ago

Leetcode Unlocked
94. Binary Tree Inorder Traversal | Leetcode Unlocked - Python

Learn how to approach LeetCode 94: Binary Tree Inorder Traversal using three different methods: a recursive approach, ...

5:31
94. Binary Tree Inorder Traversal | Leetcode Unlocked - Python

8 views

2 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++

632 views

10 days ago

Leetcode Unlocked
331. Verify Preorder Serialization of a Binary Tree | Leetcode Unlocked - Python

Learn how to solve LeetCode 331, "Verify Preorder Serialization of a Binary Tree," using an efficient slot-counting approach.

4:52
331. Verify Preorder Serialization of a Binary Tree | Leetcode Unlocked - Python

7 views

8 days ago