ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

26 results

Shubham Aher
Middle of Linked List | LeetCode Explained | DSA Problem Solving in Java, Python, C++ | FAANG Prep

In this video, we solve the “Middle of the Linked List” problem — a classic and frequently asked question in DSA and coding ...

3:11
Middle of Linked List | LeetCode Explained | DSA Problem Solving in Java, Python, C++ | FAANG Prep

72 views

9 months ago

Shubham Aher
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

In this video, we solve the “Remove Nth Node From End of Linked List” problem — a very common coding interview question ...

7:37
Remove Nth Node From End of Linked List | LeetCode DSA Problem Explained | Interview Preparation

170 views

10 months ago

THE BACKEND BOI
LeetCode Daily Challenge 🔥| DAY 45

In this video, we solve LeetCode 203: Remove Linked List Elements using a clean and efficient approach. The goal of the problem ...

6:00
LeetCode Daily Challenge 🔥| DAY 45

21 views

3 months ago

1itachi
2095. Delete the Middle Node of a Linked List

Leetcode medium problem: Delete the Middle Node of a Linked List. Solved using two pointer concept.

5:58
2095. Delete the Middle Node of a Linked List

28 views

2 months ago

THE BACKEND BOI
LeetCode Daily Challenge 🔥| DAY 43

In this video, we solve LeetCode 2 – Add Two Numbers, one of the most popular linked list problems asked in coding interviews.

10:24
LeetCode Daily Challenge 🔥| DAY 43

23 views

3 months ago

Padho with Pratyush
Best Explanation on Reverse LinkList Nodes in K Group | DSA Patterns CPP JAVA Python

Why Should You Learn DSA Patterns in 2025? https://www.youtube.com/watch?v=qH2VQY48mg4 DSA Patterns Playlist: https://www ...

52:24
Best Explanation on Reverse LinkList Nodes in K Group | DSA Patterns CPP JAVA Python

9,633 views

6 months ago

Shubham Aher
Add Two Numbers | LeetCode Problem Explained | DSA Interview Prep (C++, Java, Python)

Add the two numbers and return the sum as a linked list. LeetCode Link Watch more: Comment your doubts — I'll be ...

7:53
Add Two Numbers | LeetCode Problem Explained | DSA Interview Prep (C++, Java, Python)

142 views

10 months ago

Shubham Aher
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

In this video, we solve the famous “Roman to Integer” problem — a top-rated DSA interview question frequently asked in coding ...

5:42
Roman to Integer | LeetCode Problem Explained | DSA Interview Prep in Python, Java, C++

74 views

10 months ago

BCA Tech Enthusiast
LeetCode 83: Remove Duplicates from Sorted List 💡 | Day 2/30 DSA Challenge  #Leetcode83 #ai

In this video, we solve LeetCode 83: Remove Duplicates from Sorted List step by step. Problem: Given a sorted linked list, ...

5:37
LeetCode 83: Remove Duplicates from Sorted List 💡 | Day 2/30 DSA Challenge #Leetcode83 #ai

11 views

3 months ago

THE BACKEND BOI
LeetCode Daily Challenge 🔥| DAY 62

In this video, we solve LeetCode 287: Find the Duplicate Number, a very important problem based on array manipulation and ...

6:15
LeetCode Daily Challenge 🔥| DAY 62

40 views

2 months ago

Padho with Pratyush
Linked List Reversal In the Easiest Way Possible | DSA Patterns Course 2026 CPP JAVA Python

Why Should You Learn DSA Patterns in 2025? https://www.youtube.com/watch?v=qH2VQY48mg4 DSA Patterns Playlist: https://www ...

52:23
Linked List Reversal In the Easiest Way Possible | DSA Patterns Course 2026 CPP JAVA Python

12,713 views

6 months ago

Shubham Aher
First Unique Character in  a String | LeetCode DSA Problem Explained | Coding  (Java, Python, C++)

In this video, we solve the classic “First Unique Character in a String” problem — a frequently asked DSA / Coding Interview ...

5:47
First Unique Character in a String | LeetCode DSA Problem Explained | Coding (Java, Python, C++)

132 views

10 months ago

Shubham Aher
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

In this video, we solve the famous Invert Binary Tree problem — a classic LeetCode Easy challenge and one of the most important ...

6:08
Invert Binary Tree | LeetCode Solution Explained | Top DSA Problem for FAANG & Interview Prep

71 views

9 months ago

Shubham Aher
Remove Duplicates from Sorted Array | LeetCode DSA Problem Explained | Python, Java, C++

In this video, we solve the popular LeetCode Problem – Remove Duplicates from Sorted Array, a must-know DSA question for ...

7:22
Remove Duplicates from Sorted Array | LeetCode DSA Problem Explained | Python, Java, C++

121 views

10 months ago

Padho with Pratyush
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

Welcome to Lecture 5 of the DSA Patterns Playlist — in this video, we break down the Dutch National Flag Algorithm and Triplet ...

41:16
DSA PATTERNS Episode 8 | Two Pointers Pattern: Most Important Questions

70,194 views

8 months ago

Shubham Aher
Longest Palindromic Substring | LeetCode Explained with Code | DSA Interview Prep (Java/Python/C++)

In this video, we solve the Longest Palindromic Substring problem — a top-rated DSA question frequently asked in coding ...

8:19
Longest Palindromic Substring | LeetCode Explained with Code | DSA Interview Prep (Java/Python/C++)

163 views

10 months ago

Shubham Aher
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

In this video, we solve the Good Nodes in Binary Tree problem — a frequently asked DSA question in coding interviews at top ...

9:09
Good Nodes in Binary Tree | LeetCode Explained with Code | Top DSA Problem for FAANG Interviews

89 views

9 months ago

Shubham Aher
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

Learn how to solve one of the most asked binary search problems in coding interviews! In this video, we solve the classic “Find ...

7:03
Find Minimum in Rotated Sorted Array | Binary Search DSA Problem Explained with Code & Logic

233 views

10 months ago

Shubham Aher
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the famous “Generate Parentheses” problem from LeetCode — a must-know DSA question often asked in ...

5:46
Generate Parentheses | Backtracking Explained | Top DSA Problem for FAANG Interviews

24 views

10 months ago

Shubham Aher
Trapping Rain Water Problem | LeetCode Hard DSA Explained | Arrays Two Pointers | FAANG Interview

In this video, we solve the famous Trapping Rain Water problem — a top-ranked DSA question frequently asked in coding ...

11:52
Trapping Rain Water Problem | LeetCode Hard DSA Explained | Arrays Two Pointers | FAANG Interview

123 views

10 months ago