ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

54 results

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

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

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

GFGVID
12 Java Implementation of Huffman coding
10:40
12 Java Implementation of Huffman coding

0 views

4 days ago

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

... examples ✓ Optimized Java implementation ✓ Time & Space complexity analysis This problem is a core Binary Search pattern ...

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

23 views

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

15 views

1 day ago

The Code Brew
Validate Binary Search Tree | Leetcode | Java

Validate Binary Search Tree | LeetCode Solution in Java** In this video, we solve the **Validate Binary Search Tree** problem ...

10:29
Validate Binary Search Tree | Leetcode | Java

0 views

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

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

396 views

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

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,086 views

5 days 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,915 views

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

762 views

5 days ago

Mastering Programming
"Populating Next Right Pointers in Each Node"

"Populating Next Right Pointers in Each Node," involves populating each node's next pointer to point to its next right node in a ...

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

1,185 views

7 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

48 views

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

7 days ago

lets_code
Same Tree |  LeetCode-100 |  Recursion

Source code :https://github.com/guptakaran-01/DSA-Codes/blob/main/leetcode-100 #java #leetcode #binarytree #interview ...

5:36
Same Tree | LeetCode-100 | Recursion

7 views

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

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

457 views

3 days ago

Leetcode Unlocked
199. Binary Tree Right Side View | Leetcode Unlocked - Python

Learn how to solve LeetCode 199: Binary Tree Right Side View! In this tutorial, we demystify tree traversal by visualizing what ...

7:46
199. Binary Tree Right Side View | Leetcode Unlocked - Python

0 views

6 days ago

The Techie Town
Should You Learn DSA In 2026?

JAVA Free Course: https://www.youtube.com/playlist?list=PLQZwftl3whX1VJl7LXJHTvEs4QXgSXC9q MERN vs Mobile ...

7:05
Should You Learn DSA In 2026?

28 views

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

7 days ago

GFGVID
20 Implementation of Prim's Algorithm Java
17:11
20 Implementation of Prim's Algorithm Java

0 views

5 days ago

Rajan Keshari ( CSE - IIT Dhanbad )
Q4. Minimum Deletions to Make Alternating Substring || LC Weekly Contest 480 || Fenwick Tree || 2X 🚀

Leetcode Weekly Contest 480: https://leetcode.com/contest/weekly-contest-480/ Q4. Minimum Deletions to Make Alternating ...

17:38
Q4. Minimum Deletions to Make Alternating Substring || LC Weekly Contest 480 || Fenwick Tree || 2X 🚀

360 views

7 days ago