Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
188 results
... Java DSA Course Data Structures and Algorithms in Java Learn DSA Java Java Data Structures Java Algorithms DSA Java full ...
10,749 views
7d ago
In this video, we solve the Sort List problem in Java using the Merge Sort concept. Instead of converting the Linked List into ...
4 views
6h ago
Fastest Way to Learn DSA in 2026 (Without Wasting Time) Get $100 off a yearly Master.dev membership through September 23rd: ...
27,143 views
To reverse a linked list you do not need a new list. You keep every node exactly where it is and flip every next link to point ...
7 views
1d ago
In this video, we solve the Split Linked List in Parts problem in Java. We'll understand the problem step by step and then ...
51 views
6d ago
Inserting into an array means shifting everything after the spot. Inserting into a linked list means rewiring a couple of links — but ...
18 views
2d ago
Learn the perfect number interview hack with LeetCode 507 and DSA 360 Sheet #8. This video provides a comprehensive ...
378 views
Arrays are fast to read by index, but inserting into the middle can mean shifting every element after it. In this video, we build a ...
29 views
4d ago
Deleting from an array means shifting everything after the gap. Deleting from a linked list means changing one link: the node ...
What if a linked list never ran out of nodes? In this video, we build the circular linked list from a single change: instead of ending at ...
3d ago
You've reversed, rotated, and compared whole strings — now it's time to work with just a piece of one. In this video, we build the ...
22 views
In this video, we solve the Copy List With Random Pointer problem in Java. This is an interesting Linked List problem because ...
45 views
When you have 1 billion rows of data, an O(N) linear search will crash your backend. To build enterprise-grade systems, you need ...
4h ago
🚀 DSA in Tamil – Episode 1: Introduction to Arrays Welcome to the DSA in Tamil playlist! 🎯 In this first video, we are ...
4,841 views
Preparing for upcoming College Campus Placements, Off-Campus Drives, or FAANG & Top Tech OAs (Google, Amazon, ...
2 views
8h ago
In this video, we learn about data types in Java and understand how Java uses different types of values in a program.
50 views
Square Pattern in Java | Level 2 Pattern 01 | Java + DSA Roadmap Welcome to **Level 2 – Pattern 01** of the **Complete Java + ...
5 views
A singly linked list can only walk forward: standing at a node, there is no way back. In this video, we fix that with the doubly linked ...
6 views
In Episode 13 of my LeetCode a Day series, I solve LeetCode #61: Rotate List in Java. I walk through how to turn the linked list ...
89 views
Combinatorics & Probability Playlist – Part 6 In this video, we solve Codeforces 1102E – Monotonic Renumeration using an ...
19 views