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
63 results
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
2 days 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
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
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
Java intentionally eliminated user-level pointers during its design phase, a feature that distinguishes it from C/C++, where ...
7,514 views
3 days ago
Memory management is one of the most misunderstood topics in software engineering. In this video, I explain how memory ...
320 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 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 ...
Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...
415 views
1 day ago
norton #ibm #1980s Peter Norton's “Inside The IBM PC” was essential reading for anyone who wanted to understabd how the PC ...
3,345 views
Binary search problems look easy… until they're not In this video, I walk through **LeetCode Question 34 – Find First and Last ...
19 views
4 days ago
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
ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...
385 views
Think you know Java basics? Try these 3 Java MCQs and test yourself ✓ Correct answers revealed at the end ❌ One ...
775 views
Java is a versatile and powerful programming language known for several key features. It is object-oriented, which means it ...
Given an array arr. The task is to find triplets in an array whose sum equals a given number k. Whether you're preparing for ...
17 views
DSA Brain Training Series by Shivam Shakya! → Sorted array diya hai, saare duplicates hatao (in-place) aur new length return ...
9 views