ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

71 results

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

131 views

3 months ago

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

3 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

169 views

4 months ago

Shubham Aher
Remove Element | LeetCode DSA Problem Explained | Arrays Interview Question | Python, Java, C++

In this video, we solve the “Remove Element” problem from LeetCode — a popular array-based DSA question that frequently ...

5:56
Remove Element | LeetCode DSA Problem Explained | Arrays Interview Question | Python, Java, C++

81 views

3 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

3 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

7,397 views

1 month ago

Vijay Dahiya
DAY 25 of 100 DSA IN 100 DAYS - 17 OCTOBER 2025 #dsa

Permutation in String : https://leetcode.com/problems/permutation-in-string/description/ #coding #programming #dsa.

0:33
DAY 25 of 100 DSA IN 100 DAYS - 17 OCTOBER 2025 #dsa

260 views

2 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

3 months ago

Abhay Yadav
Micro-Services Kafka and Grpc Communcation |  ABHAY YADAV

Hello, guys! I am doing a 100-day coding challenge, with the goal of learning DSA & MERN and becoming a ...

4:02
Micro-Services Kafka and Grpc Communcation | ABHAY YADAV

28 views

7 months ago

The Coding Monk
Leetcode Valid Anagram Solution | NeetCode Approach Explained in JavaScript | #neetcode #dsa

Leetcode Valid Anagram Solution | NeetCode Approach Explained in JavaScript | #neetcode #dsa In this video, we solve the ...

1:11
Leetcode Valid Anagram Solution | NeetCode Approach Explained in JavaScript | #neetcode #dsa

160 views

10 months ago

Vijay Dahiya
DAY 16 of 100 DSA IN 100 DAYS - 08 OCTOBER 2025 #dsa #coding

Min Stack : https://leetcode.com/problems/min-stack/description/ #coding #programming #dsa.

0:23
DAY 16 of 100 DSA IN 100 DAYS - 08 OCTOBER 2025 #dsa #coding

1,172 views

2 months ago

Shubham Aher
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

In this video, we solve the Longest Common Prefix problem — a frequently asked question in coding interviews at FAANG and top ...

8:51
Longest Common Prefix in Strings | LeetCode Problem Explained | DSA Interview Preparation

184 views

3 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

3 months ago

Vijay Dahiya
DAY 26 of 100 DSA IN 100 DAYS - 18 OCTOBER 2025 #dsa

Minimum Window Substring : https://leetcode.com/problems/minimum-window-substring/ #coding #programming #dsa.

0:43
DAY 26 of 100 DSA IN 100 DAYS - 18 OCTOBER 2025 #dsa

263 views

2 months ago

Vijay Dahiya
DAY 87 - Leetcode Qs 130. Surrounded Regions #dsajava

LeetCode : 130. Surrounded Regions : https://leetcode.com/problems/surrounded-regions/description/ DAY 87 of 100 DSA IN 100 ...

0:27
DAY 87 - Leetcode Qs 130. Surrounded Regions #dsajava

540 views

1 day ago

Shubham Aher
Binary Tree Inorder Traversal | LeetCode Solution | Top DSA Problem for FAANG Interview Prep

In this video, we solve the Binary Tree Inorder Traversal problem — one of the most important LeetCode Easy questions and a ...

9:12
Binary Tree Inorder Traversal | LeetCode Solution | Top DSA Problem for FAANG Interview Prep

58 views

2 months ago

Shubham Aher
Binary Tree Postorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the Binary Tree Postorder Traversal problem — a very important LeetCode Easy/Medium question and one ...

9:31
Binary Tree Postorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

42 views

2 months ago

Vishal Kumar
Cracking Coding Interviews | DSA Practice Session

Join this channel to get access to perks: https://www.youtube.com/channel/UCo5-Nod1hkMelw_0P0trXIA/join #LeetCode #DSA ...

1:06:09
Cracking Coding Interviews | DSA Practice Session

23 views

Streamed 1 month ago

Shubham Aher
Valid Anagram | LeetCode Problem Explained with Code & Logic | DSA Interview Prep

In this video, we solve the popular “Valid Anagram” problem — a common question in coding interviews for top tech companies ...

6:06
Valid Anagram | LeetCode Problem Explained with Code & Logic | DSA Interview Prep

178 views

4 months ago

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

In this video, we solve the famous “Add Two Numbers” problem — a top-ranked DSA question often asked in coding interviews at ...

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

142 views

4 months ago