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
1,637 results
Java has thousands of classes. You use about ten of them every single day ☕ — and each one has a trap that bites everyone ...
311 views
5d ago
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 ...
19 views
1d ago
Reverse a list, find the middle, detect a cycle. Five patterns cover nearly every linked list question you'll be asked — plus the ...
17 views
6d ago
Preparing to understand how Hashing and HashMap really work in Java? Explore this beginner-friendly tutorial on **Java ...
4 views
2d ago
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 ...
3 views
12h ago
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 ...
16 views
In this video, we solve the Reorder List problem in Java using an optimized Linked List approach. The solution combines three ...
159 views
In this lesson, we will learn Java Data Types with practical examples. We will understand: What are Data Types? Why do we use ...
55 views
3d ago
we solve LeetCode 143: Reorder List step by step using Java. Learn the optimal approach with O(N) time complexity and O(1) ...
14h ago
In this video, we continue our JAVA COMPLETE TUTORIAL 2026 series and learn about Variables in Java with simple and ...
32 views
22h ago
In this video, we solve the Rotate List problem in Java using an optimized approach. We understand how to rotate a Linked List ...
65 views
Today I'm solving LeetCode #3: Longest Substring Without Repeating Characters. This was my first time learning the sliding ...
63 views
In this video, we learn about data types in Java and understand how Java uses different types of values in a program.
39 views
Group Customers by City and Find the Highest Spender Using Java 8 Stream API** In this video, we solve a practical **Java 8 ...
6 views
In this video, we solve the Split Linked List in Parts problem in Java. We'll understand the problem step by step and then ...
37 views
Practice LeetCode 876 Here: https://leetcode.com/problems/middle-of-the-linked-list/ THE PROBLEM & THE TRAP: Find the ...
1 view
16h ago
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 ...
2 views
18h ago
In this video, we solve the Copy List With Random Pointer problem in Java. This is an interesting Linked List problem because ...
13 views
In this video, we will learn JDK, JRE, and JVM in a very simple and beginner-friendly way. Understanding JDK, JRE, and JVM is ...
83 views
4d ago
AP Computer Science A – Java Full Course ▶️ Full AP CSA Playlist: https://www.youtube.com/playlist?list=PLKHcrcbhEPZs ...
20 views