ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

454 results

RisingBrain
LCA of Binary Search Tree (BST) | Lowest Common Ancestor | Python, Java & C++ | DSA

In this video, we solve the Lowest Common Ancestor (LCA) of a Binary Search Tree problem, an important BST problem ...

13:25
LCA of Binary Search Tree (BST) | Lowest Common Ancestor | Python, Java & C++ | DSA

605 views

4w ago

RisingBrain
Delete Node in Binary Search Tree (BST) | 3 Cases Explained | Python, Java & C++ | DSA

In this video, we solve the Delete Node in a Binary Search Tree (BST) problem, one of the most important Binary Search Tree ...

16:18
Delete Node in Binary Search Tree (BST) | 3 Cases Explained | Python, Java & C++ | DSA

1,360 views

3w ago

RisingBrain
Merge 2 Binary Tree  into a Single BT | Brute force to Optimised | Python, Java & C++ |

In this video, we solve the Merge 2 BSTs into a Single BST problem, an important Binary Search Tree problem for coding ...

18:34
Merge 2 Binary Tree into a Single BT | Brute force to Optimised | Python, Java & C++ |

1,115 views

3w ago

RisingBrain
Closest Node in Binary Search Tree (BST) | Recursion & DFS | Python, Java & C++ | DSA

Closest Node in Binary Search Tree (BST) | Recursion & DFS | Python, Java & C++ | DSA Description In this video, we solve the ...

14:42
Closest Node in Binary Search Tree (BST) | Recursion & DFS | Python, Java & C++ | DSA

1,039 views

3w ago

RisingBrain
Predecessor and Successor in BST | Binary Search Tree | Python, Java & C++ | DSA

In this video, we solve the Predecessor and Successor in a Binary Search Tree (BST) problem and understand how to efficiently ...

24:42
Predecessor and Successor in BST | Binary Search Tree | Python, Java & C++ | DSA

1,297 views

2w ago

RisingBrain
Recover BST | Fix Two Swapped Nodes in Binary Search Tree | Optimised Approach | Python, Java & C++

How do you recover a Binary Search Tree when exactly two nodes are swapped? In this video, we solve the Recover Binary ...

23:29
Recover BST | Fix Two Swapped Nodes in Binary Search Tree | Optimised Approach | Python, Java & C++

998 views

2w ago

RisingBrain
Binary Search Tree Iterator | BST Iterator | Stack & Inorder Traversal | Python, Java & C++ | DSA

In this video, we solve the Binary Search Tree Iterator (BST Iterator) problem, an important BST and tree traversal problem ...

19:38
Binary Search Tree Iterator | BST Iterator | Stack & Inorder Traversal | Python, Java & C++ | DSA

876 views

3w ago

NanotiCodes
Trees in DSA #03 — Inorder Traversal | Binary Tree | Java

In this video, we continue our **Trees in DSA** series and learn **Inorder Traversal of a Binary Tree** using recursion in Java.

7:09
Trees in DSA #03 — Inorder Traversal | Binary Tree | Java

22 views

6d ago

RisingBrain
Kth Smallest Element in BST | Optimized Using BST Iterator logic | Python, Java & C++ | DSA

In this video, we solve the Kth Smallest Element in a Binary Search Tree (BST) problem using an optimized approach based on ...

12:24
Kth Smallest Element in BST | Optimized Using BST Iterator logic | Python, Java & C++ | DSA

1,065 views

3w ago

RisingBrain
Validate Binary Search Tree (BST) | Recursion & DFS | Python, Java & C++ | DSA Interview Problem

In this video, we solve the Validate Binary Search Tree problem, an important Binary Search Tree problem frequently asked in ...

17:13
Validate Binary Search Tree (BST) | Recursion & DFS | Python, Java & C++ | DSA Interview Problem

1,040 views

4w ago

RisingBrain
Convert Binary Tree to Doubly Linked List | Space Optimised | Inorder Traversal | Python, Java & C++

How do you convert a Binary Tree into a Doubly Linked List (DLL)? In this video, we solve the Binary Tree to DLL problem using ...

22:05
Convert Binary Tree to Doubly Linked List | Space Optimised | Inorder Traversal | Python, Java & C++

1,197 views

2w ago

RisingBrain
Two Sum IV – Input is a BST | BST Iterator Approach | Python, Java & C++ | DSA Interview

In this video, we solve Two Sum IV - Input is a BST, an important Binary Search Tree problem where we use the BST Iterator ...

14:58
Two Sum IV – Input is a BST | BST Iterator Approach | Python, Java & C++ | DSA Interview

1,088 views

3w ago

RisingBrain
Construct BST from Preorder Traversal | Python, Java & C++ | With Optimised Solution

How can we construct a Binary Search Tree (BST) from its Preorder Traversal? In this video, we understand the complete ...

24:26
Construct BST from Preorder Traversal | Python, Java & C++ | With Optimised Solution

1,143 views

2w ago

NanotiCodes
Trees in DSA #04 — Postorder Traversal | Binary Tree | Java

In this video, we continue our Trees in DSA series and learn Postorder Traversal of a Binary Tree using recursion in Java. The key ...

7:32
Trees in DSA #04 — Postorder Traversal | Binary Tree | Java

48 views

6d ago

Code Clarity DSA
Level-order Traversal Explained Visually — Why BFS Uses a Queue

Why does a queue visit a binary tree level by level? Watch each remove and add operation, then learn the one line that keeps ...

4:47
Level-order Traversal Explained Visually — Why BFS Uses a Queue

25 views

12d ago

CodeByTushu
LeetCode 2265 | Count Nodes Equal to Average of Subtree | Java | Medium | Binary Tree | CodeByTushu

Welcome Back to CodeByTushu! In today's video, we solve LeetCode 2265 — Count Nodes Equal to Average of Subtree using ...

7:18
LeetCode 2265 | Count Nodes Equal to Average of Subtree | Java | Medium | Binary Tree | CodeByTushu

29 views

2w ago

RisingBrain
Maximum Sum BST in Binary Tree | DFS & Postorder Traversal | Python, Java & C++ | DSA

In this video, we solve the Maximum Sum BST in Binary Tree problem, an important Binary Tree + BST problem frequently asked ...

28:20
Maximum Sum BST in Binary Tree | DFS & Postorder Traversal | Python, Java & C++ | DSA

629 views

3w ago

RisingBrain
Convert BST to Greater Tree | Greater Sum Tree | Reverse Inorder Traversal | Python, Java & C++

In this video, we solve the Convert BST to Greater Tree problem, an important Binary Search Tree problem for coding interviews.

14:39
Convert BST to Greater Tree | Greater Sum Tree | Reverse Inorder Traversal | Python, Java & C++

927 views

2w ago