ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 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

16,585 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

30,150 views

3 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

93,009 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

2,277 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,716 views

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

20 views

11 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

5 months 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,726 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,528 views

3 weeks ago

Backend Simplified
Why Multithreading Is So Hard (And Why You Still Need It) | Java Concurrency

Multithreading makes Java applications faster, scalable, and responsive — but it also introduces some of the hardest bugs you'll ...

13:07
Why Multithreading Is So Hard (And Why You Still Need It) | Java Concurrency

34 views

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

4 months ago

TechByAbhay
Time and Space Complexity Explained | DSA | Java & Kotlin

In this video, we will understand Time Complexity and Space Complexity in Data Structures and Algorithms (DSA) with very ...

9:40
Time and Space Complexity Explained | DSA | Java & Kotlin

79 views

5 days 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
Ternary Operator in Java (Part 3) | Advanced Use Cases & Nested Ternary | Lec-24 | Java Guru Ravi

Welcome to Java Guru Ravi! In this lecture, we continue our deep dive into the Ternary Operator (? :) in Java, exploring advanced ...

7:17
Ternary Operator in Java (Part 3) | Advanced Use Cases & Nested Ternary | Lec-24 | Java Guru Ravi

58 views

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

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

126 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

4 months ago

Lit Nomad
How quant trading firms are using AI

Artificial Intelligence (AI) is revolutionizing all industries, but what are the brightest minds on the cutting edge of the quant finance ...

8:38
How quant trading firms are using AI

83,982 views

9 months ago