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
57 results
Java intentionally eliminated user-level pointers during its design phase, a feature that distinguishes it from C/C++, where ...
7,447 views
3 days ago
In this video, I explain how to check whether a string is a palindrome using the Two Pointer technique in Java. We use two ...
4 views
1 day ago
Struggling with array and string problems in coding interviews? The Two-Pointer Technique is one of the most powerful and ...
0 views
6 days ago
In this video, I solve the LeetCode 3Sum Closest problem using Java. The solution uses sorting and the two-pointer technique to ...
1 view
Your stream pipeline fails with NullPointerException when processing a list containing null values. How do you handle this ...
7 days ago
Memory management is one of the most misunderstood topics in software engineering. In this video, I explain how memory ...
317 views
In this video, we explain how to insert a node at the end of a Doubly Linked List step by step. You'll understand the node structure, ...
34 views
5 days ago
Learn practical, interview-ready Java techniques for reliable automation in CI/CD. This short 6-minute guide covers why Java ...
91 views
Learn LeetCode 2110 with a simple explanation, pointer walkthrough, and optimized Java solution. Understand smooth descent ...
16 views
In this video, we explain how to delete the first node of a linked list in a simple and structured way. Learn how the head pointer is ...
24 views
In this video, we explain how to insert a node at the beginning of a Doubly Linked List in a simple and structured way. You'll learn ...
31 views
In this video, I explain how to solve LeetCode 2110: Number of Smooth Descent Periods of a Stock using an optimized Sliding ...
20 views
In this video, we explain how to delete the first node of a Doubly Linked List step by step. You'll learn how to correctly update the ...
26 views
In this video, we explain how to traverse a linked list step by step to access and display all elements. Learn how pointers move ...
BINARY SEARCH IN JAVA (DSA Tutorial): Ready to level up your Data Structures and Algorithms game? This video breaks down ...
12 views
ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...
362 views
Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...
264 views
Java is a versatile and powerful programming language known for several key features. It is object-oriented, which means it ...
In this video, I solve the LeetCode 3Sum problem using Java. The goal is to find all unique triplets in an array whose sum is zero.
In this video, we explain how to delete the last node of a Doubly Linked List step by step. You'll learn how to safely update the ...
30 views