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
101 results
Think before you run the code ⚠️ This Java array question looks simple, but it tricks most learners Comment your output ...
220 views
2 days ago
The biggest lie about Java 2D Arrays Hum sochte hain 2D Array ek bada Box (Matrix) hai. But in C++, it is a continuous block of ...
10 views
5 days ago
Finding the maximum element in an array is a core DSA concept every student must know. In this video, you'll learn: How to find ...
1,379 views
3 days ago
In this video, we solve Question 1 of the NeetCode 250 Sheet: Concatenation of Array. ✓ Java Solution ✓ Beginner-friendly ...
6 views
6 days ago
In this video, we solve a very popular Java interview question: Find the Largest and Second Largest element in an array.
0 views
6 hours ago
At first: Arrays are easy Then: Linked List… okay Then: Trees, Graphs, DP If you're learning DSA, this meme is 100% ...
3,876 views
What is a Linked List and why is it better than an Array? In this short video, I explain Linked List in simple terms and its key ...
1,148 views
Find the first non-repeating character in a string. #ytshorts #shorts #ytshortsindia java first non repeating character one liner java ...
261 views
21 hours ago
In this video, you'll learn how to find the missing element in an array using a simple and efficient Java approach. This problem is ...
833 views
1 day ago
In this video, you'll learn how to find the minimum element in an array using the most efficient approach. We cover: ✓ Logic to find ...
23 views
Find two numbers in an array whose sum equals a target using an optimized HashMap approach. One of the most frequently ...
659 views
The "Staircase" Trick for 2D Arrays Body: Searching in a Row-wise and Column-wise sorted matrix? Don't use brute force ...
953 views
4 days ago
This array question looks simple… but interviewers use it to test your logic & basics In this short, you'll learn: ✓ How to ...
110 views
Day 17 — Daily Coding Challenge Largest element शोधणं easy आहे… पण SECOND largest? इथेच students ...
152 views
Computer Instructor 2025 | DSA Class | Linked List | Preparation for Exam | Online Classes computer instructor, data structures, ...
0
Check if an array contains duplicates? #ytshorts #shorts #ytshortsindia java one liner duplicate array check duplicate in array java ...
266 views
Shripad Katta, [23-12-2025 22:17] Most beginners imagine a 2D array as a matrix stored in memory. That assumption breaks ...
17 hours ago
Every fast application depends on key–value logic! Learn Dictionaries in DSA with JAVA Cloud and store data like a pro using ...
158 views
In this video, I solve LeetCode Problem 27 – Remove Element using Java. You are given an integer array and a value. The task is ...
Most people use ArrayList every day… but almost nobody understands what happens when it grows. This is one of the most ...