ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

198 results

Pattern Mastery
[Java] Maximum Depth of Binary Tree - Leetcode 91 -- Illustrated! | Pattern Mastery

Maximum Depth of Binary Tree - Leetcode 91 - Illustrated! - Tree - Amazon - Java (Pattern Mastery) #PatternMastery ...

9:35
[Java] Maximum Depth of Binary Tree - Leetcode 91 -- Illustrated! | Pattern Mastery

4 views

7 days ago

codeWithKhan
LeetCode 110  | Balanced Binary Tree 🔥 | One-Pass DFS Explained | O(n) Solution

In this video, we solve LeetCode 110 – Balanced Binary Tree using an efficient one-pass DFS approach A binary tree is ...

12:55
LeetCode 110 | Balanced Binary Tree 🔥 | One-Pass DFS Explained | O(n) Solution

17 views

5 days ago

Java Guides and Ramesh Fadatare - AI & Tech
Data Structure Interview Questions and Answers | Most Asked DSA Questions in Interview for Beginners

In this video, we discuss the top 20 data structure interview questions and answers for beginners, covering fundamental concepts, ...

23:35
Data Structure Interview Questions and Answers | Most Asked DSA Questions in Interview for Beginners

769 views

3 days ago

codeWithKhan
LeetCode 1382 | Balance a Binary Search Tree 🔥 O(n) Solution | Java Explained

In this video, we solve LeetCode 1382 – Balance a Binary Search Tree, a medium-level BST problem that frequently appears in ...

17:17
LeetCode 1382 | Balance a Binary Search Tree 🔥 O(n) Solution | Java Explained

21 views

4 days ago

codestorywithMIK
Balanced Binary Tree | Simple Clean Approach | Leetcode 110 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 135th video of ...

16:45
Balanced Binary Tree | Simple Clean Approach | Leetcode 110 | codestorywithMIK

5,597 views

5 days ago

Pattern Mastery
[Java] Construct Binary Tree Preorder and Inorder - Leetcode 105 -- Illustrated! | Pattern Mastery

Construct Binary Tree from Preorder and Inorder - Leetcode 105 - Illustrated! - (Pattern Mastery) Java #PatternMastery ...

9:04
[Java] Construct Binary Tree Preorder and Inorder - Leetcode 105 -- Illustrated! | Pattern Mastery

0 views

5 days ago

Pattern Mastery
[Java] Invert Binary Trees - Leetcode 226 -- Illustrated! | Pattern Mastery

Invert Binary Trees - Leetcode 226 - Illustrated! - Trees - Google/Meta - Java (Pattern Mastery) #PatternMastery ...

10:03
[Java] Invert Binary Trees - Leetcode 226 -- Illustrated! | Pattern Mastery

0 views

5 days ago

Parikh Jain
If I Had to Start Coding from Scratch in 2026, this is EXACTLY what I’d Do

In this video, I have talked if i had to start coding from scratch in 2026, what i would do? How i would learn DSA ...

9:37
If I Had to Start Coding from Scratch in 2026, this is EXACTLY what I’d Do

12,408 views

6 days ago

Kernel Queen 👑
Balanced Binary Tree | Leetcode 110 | Java-Hindi

Problem Link: https://leetcode.com/problems/balanced-binary-tree/ Solution Link: ...

2:05
Balanced Binary Tree | Leetcode 110 | Java-Hindi

170 views

5 days ago

Developer Coder
Balanced Binary Tree | LeetCode 110 | 2 approaches | O(n^2) to O(n) | Java Code | Developer Coder

... Explained Java Binary Tree Coding Questions Java Tree Interview Practice LeetCode Study Plan Trees Data Structures Tree ...

22:13
Balanced Binary Tree | LeetCode 110 | 2 approaches | O(n^2) to O(n) | Java Code | Developer Coder

58 views

5 days ago

Kernel Queen 👑
Balance a Binary Search Tree | Leetcode 1382 | Java-Hindi

Problem Link: https://leetcode.com/problems/balance-a-binary-search-tree/ Solution Link: ...

5:08
Balance a Binary Search Tree | Leetcode 1382 | Java-Hindi

288 views

4 days ago

Developer Coder
Longest Balanced Subarray II | LeetCode 3721 | Segment Tree | Java Code | Developer Coder

Welcome to Developer Coder In this video, we deep-dive into Longest Balanced Subarray II (LeetCode 3721) from a ...

1:18:09
Longest Balanced Subarray II | LeetCode 3721 | Segment Tree | Java Code | Developer Coder

813 views

2 days ago

Pattern Mastery
[Java] Binary Tree Maximum Path Sum - Leetcode 226 -- Illustrated! | Pattern Mastery

Binary Tree Maximum Path Sum - Leetcode 226 - Illustrated! - Trees - Meta - Java (Pattern Mastery) #PatternMastery ...

12:00
[Java] Binary Tree Maximum Path Sum - Leetcode 226 -- Illustrated! | Pattern Mastery

0 views

5 days ago

Kartikeya Sharma
Composite Pattern in Java | Tree Structures | Structural

The Composite pattern lets you treat individual objects and compositions uniformly, making it ideal for hierarchical or tree-based ...

9:32
Composite Pattern in Java | Tree Structures | Structural

0 views

3 days ago

Pattern Mastery
[Java] Serialize and Deserialize Binary Tree - Leetcode 297 -- Illustrated! | Pattern Mastery

Serialize and Deserialize Binary Tree - Leetcode 297 - Illustrated! Trees - Java (Pattern Mastery) #PatternMastery ...

16:06
[Java] Serialize and Deserialize Binary Tree - Leetcode 297 -- Illustrated! | Pattern Mastery

0 views

5 days ago

College Wallah
Free Course : DSA in Java | Complete Graphs | Part - 1

In this free DSA course, we're starting Graphs from scratch using Java. In Part 1, you'll understand what graphs are, their types, ...

9:04:53
Free Course : DSA in Java | Complete Graphs | Part - 1

9,128 views

7 days ago

Pattern Mastery
[Java] Subtree of Another Tree - Leetcode 572 -- Illustrated! | Pattern Mastery

Subtree of Another Tree - Leetcode 572 - Illustrated! Trees - Amazon - Java (Pattern Mastery) #PatternMastery ...

7:22
[Java] Subtree of Another Tree - Leetcode 572 -- Illustrated! | Pattern Mastery

0 views

5 days ago

Mansi Singh
Leaves at Same Level or Not | Tree 🌳 | GFG | JAVA | DSA 🔥

👋 Hello everyone, it's Mansi Singh - Your Coding Companion! 🚀 🔴 In this tutorial, we will learn how to check whether all leaf ...

11:15
Leaves at Same Level or Not | Tree 🌳 | GFG | JAVA | DSA 🔥

35 views

6 days ago

Code Kage
LeetCode 1382 | Balance a Binary Search Tree | Java

In this video, we solve LeetCode 1382 – Balance a Binary Search Tree using a simple and intuitive approach. You are given a ...

7:35
LeetCode 1382 | Balance a Binary Search Tree | Java

39 views

4 days ago

Problem Solving Hub
Balanced Binary Tree | LeetCode 110 Explained in Java (Optimal O(N) Solution)

In this video, we solve LeetCode 110 — Balanced Binary Tree using an efficient bottom-up recursion approach in Java. ✓ Learn ...

3:59
Balanced Binary Tree | LeetCode 110 Explained in Java (Optimal O(N) Solution)

0 views

5 days ago