ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

46 results

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

15,218 views

2 months ago

Padho with Pratyush
Episode 5 - 2 Pointer DSA Pattern | DSA PATTERNS ROADMAP 2025

Welcome to the third lecture in this dsa pattern series. If you want the sheet you can take it here: ...

50:42
Episode 5 - 2 Pointer DSA Pattern | DSA PATTERNS ROADMAP 2025

27,985 views

2 months ago

Padho with Pratyush
The Best Way To Learn DSA in 2025 | DSA Patterns by IITian

DSA Patterns Playlist: https://www.youtube.com/playlist?list=PLbJhGqY-mq47k_WLUtzVjmarUm1EuXPj2 Find the pattern sheet ...

19:17
The Best Way To Learn DSA in 2025 | DSA Patterns by IITian

86,579 views

3 months ago

Java Guru Ravi
🔢 Primitive Data Types in Java Explained | Java Tutorial for Beginners | Lec-11 | Java Guru Ravi

Topics Covered: What are Primitive Data Types in Java? Overview of Java's 8 Primitive Data Types (byte, short, int, long, float, ...

13:26
🔢 Primitive Data Types in Java Explained | Java Tutorial for Beginners | Lec-11 | Java Guru Ravi

19 views

11 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

2,131 views

2 weeks ago

Padho with Pratyush
Why 90% Students FAIL to Learn DSA 😞 (Truth No One Talks About)

If you are new here: Get the pattern sheet: ...

10:44
Why 90% Students FAIL to Learn DSA 😞 (Truth No One Talks About)

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

2,335 views

3 weeks ago

Padho with Pratyush
Don't Miss This Binary Search Interview Question | DSA Patterns 2026 Cpp Java Python

Why Should You Learn DSA Patterns in 2026? https://www.youtube.com/watch?v=ks-aCN8dzv0 DSA Patterns Playlist: https://www ...

42:15
Don't Miss This Binary Search Interview Question | DSA Patterns 2026 Cpp Java Python

2,412 views

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

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

Java Guru Ravi
🖥️ Understanding System.out.println in Java | Java Tutorial for Beginners | Lec-8 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we take an in-depth look at System.out.println in Java. This commonly used statement ...

10:46
🖥️ Understanding System.out.println in Java | Java Tutorial for Beginners | Lec-8 | Java Guru Ravi

113 views

11 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

4 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

4 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

4 months ago

Padho with Pratyush
Best Explanation Of Kadane One Deletion On The Internet | DSA Pattern Course CPP JAVA

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

44:37
Best Explanation Of Kadane One Deletion On The Internet | DSA Pattern Course CPP JAVA

2,201 views

2 weeks ago

Anshul Yadav
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

Want to become a Java Developer in 2025? In this 8-minute roadmap video, I'll guide you step by step on how to start your ...

8:15
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

125 views

4 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

Java Guru Ravi
🔍 Java static Keyword in Same Class | Part 2 | Java Tutorial for Beginners | Lec-6 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we continue exploring the static keyword in Java, focusing on how it works within the ...

8:07
🔍 Java static Keyword in Same Class | Part 2 | Java Tutorial for Beginners | Lec-6 | Java Guru Ravi

49 views

11 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

4 months ago