ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

51 results

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

4 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

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

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
Binary Tree Preorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

In this video, we solve the Binary Tree Preorder Traversal problem — a fundamental DSA question and one of the most important ...

8:39
Binary Tree Preorder Traversal | LeetCode Solution Explained | Top DSA Problem for FAANG Interviews

61 views

3 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

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

DSA Code Club
1 Binary Search - Leetcode 69 Sqrt(x) - Java

Problem: Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer ...

13:47
1 Binary Search - Leetcode 69 Sqrt(x) - Java

30 views

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

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

3 months ago

Shubham Aher
Contains Duplicate | LeetCode Easy DSA Problem Explained with Logic & Code | Crack Tech Interviews

Contains Duplicate | Easy DSA Problem Explained with Code & Logic In this video, we solve the classic “Contains Duplicate” ...

3:48
Contains Duplicate | LeetCode Easy DSA Problem Explained with Logic & Code | Crack Tech Interviews

192 views

4 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,841 views

1 month ago

Shubham Aher
Factorial Number Problem | DSA Explained Step by Step | Top Coding Interview Questio

In this video, we solve the Factorial Number Problem — a classic DSA (Data Structures & Algorithms) question that is frequently ...

3:49
Factorial Number Problem | DSA Explained Step by Step | Top Coding Interview Questio

59 views

3 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

232 views

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

162 views

3 months ago

Shubham Aher
3 Sum Problem Explained | DSA Interview Question | Arrays Two Pointer Approach (C++ / Java / Python)

In this video, we solve the famous 3 Sum Problem from LeetCode — a must-know DSA interview question frequently asked in ...

9:21
3 Sum Problem Explained | DSA Interview Question | Arrays Two Pointer Approach (C++ / Java / Python)

164 views

4 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

3 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

122 views

3 months ago

Shubham Aher
Find the Duplicate Number in Array | LeetCode DSA Problem Explained with Code & Logic

In this video, we solve the classic “Find the Duplicate Number in an Array” problem — a frequently asked coding interview ...

7:06
Find the Duplicate Number in Array | LeetCode DSA Problem Explained with Code & Logic

147 views

4 months ago

Coding Fun
How to RotateArray by k element || Leet Code || Coding interview question

codingfun #javascript #webdevelopment Share, Support, Subscribe!!!

7:20
How to RotateArray by k element || Leet Code || Coding interview question

144 views

1 year ago

Programming Live with Larry
Daily Leetcode #886: Sep 03, 2022 - 967. Numbers With Same Consecutive Differences

Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real ...

7:36
Daily Leetcode #886: Sep 03, 2022 - 967. Numbers With Same Consecutive Differences

512 views

3 years ago