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
597 results
Fastest Way to Learn DSA in 2026 (Without Wasting Time) Get $100 off a yearly Master.dev membership through September 23rd: ...
23,553 views
4d ago
LAST 48 Hours Left | Early Bird Offer Expires SOON Join my new Batch of “Mastering DSA with Java Course 3.0” ...
9,688 views
3550. Smallest Index With Digit Sum Equal to Index | LeetCode | Java | Easy DSA ### More Clickable Title **Can You Find ...
0 views
30 min ago
In this video, we will be discussing prime numbers and prime divisors, a fundamental concept in math algorithms and a crucial ...
199 views
5d ago
Why do so many students struggle with DSA even after practicing? In this video, we'll understand the common mistakes that make ...
127 views
1d ago
In this video, we solve the “Plus One” DSA problem using Java. I explain the approach, logic, implementation, and time and space ...
69 views
#️⃣ Hashtags #LeetCode3498 #LeetCode #ReverseDegreeOfAString #Java #JavaDSA #String #StringProblems ...
104 views
Welcome to my Binary Search DSA Series! In this video, we are starting our Binary Search journey from the basics in telugu.
29 views
... daily coding problem, daily dsa problem, dsa problem of the day, java dsa problem, coding practice, coding practice problems, ...
218 views
A quick and simple explanation of the Two Pointers technique — understand the core idea, pointer movement, common patterns, ...
3 views
In this video, we continue our **Trees in DSA** series and learn **Inorder Traversal of a Binary Tree** using recursion in Java.
22 views
6d ago
Recursion is one of the most important concepts in DSA—and one of the most confusing at first. In this Spell Syntax video, we ...
65 views
Bubble Sort in Java | Complete Explanation + Code | DSA In this video, we will learn **Bubble Sort in Java** from scratch and ...
96 views
Java Full Stack Course : https://codeforsuccess.in/courses/java6.0 DSA course : https://codeforsuccess.in/courses/dsa4.0 DevOps ...
13,872 views
3d ago
dsa #c-sharp #java #leetcode #neetcode.
In this video, we solve the Rotate List problem in Java using an optimized approach. We understand how to rotate a Linked List ...
... playlists on YouTube • Beginner-friendly DSA playlists • DSA for placements • DSA for interviews • C++ vs Java DSA playlists ...
4,958 views
Day 14/100 of the 100 Days LeetCode Challenge! In today's session, we continue our LeetCode problem-solving journey by ...
225 views
Streamed 1d ago
If you are preparing for LeetCode, Java DSA, coding interviews, placements, or learning HashSet in Java, this problem is a great ...
9 views
14h ago
A quick and simple explanation of Prefix Sum and Difference Array — understand how they work, when to use them, and how they ...
6 views
https://github.com/emailcodingtales-cyber/Leetcode75/blob/main/LC151_ReverseWordsString #array #interviewpreparation #dsa ...
10 views
leetcode #java #dsa.
FizzBuzz looks too easy to matter — but it's one of the most revealing questions in a Java interview. In this episode we solve it ...
4 views
In this video, we solve the Valid Anagram problem using a Two Pointer approach with Sorting. We first check whether both strings ...
2 views
Welcome to Lecture 5 of the DSA with Java series! In the previous lectures, we learned about Primitive Data Types and how to ...
In this video, we solve LeetCode 3524 – Find X Value of Array II using Java. We'll understand the problem step by step, explore ...
152 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
Data Structure And Algorithms Using Java Week 10 || NPTEL ANSWERS || My Swayam || NPTEL 2026 #myswayam NPTEL ...
485 views
... Product Remainder Java DSA Problem Solving Hashtags #leetcode #leetcode3524 #findxvalueofarray #dynamicprogramming ...
361 views
In this video, we solve LeetCode 3498 - Reverse Degree of a String using a simple character arithmetic trick. We will understand ...
178 views
we solve LeetCode 143: Reorder List step by step using Java. Learn the optimal approach with O(N) time complexity and O(1) ...
12h ago
Fibonacci Series in Java | Level 1 Problem 23 | Java + DSA Roadmap Welcome to Level 1 – Problem 23 of the Complete Java + ...
7 views
2d ago
In this video, we solve the Move Zeros to the End of an Array problem using Java. We'll understand the logic step by step and ...
LeetCode Daily Challenge – Problem 3498: Reverse Degree of a String | 20-09-2026 In this video, we solve LeetCode 3498 ...
233 views
In this video, we solve the Reorder List problem in Java using an optimized Linked List approach. The solution combines three ...
159 views
Day 13/100 of the 100 Days LeetCode Challenge! In today's session, we continue our LeetCode problem-solving journey by ...
Streamed 3d ago
🚀 DSA in Tamil – Episode 1: Introduction to Arrays Welcome to the DSA in Tamil playlist! 🎯 In this first video, we are ...
3,751 views
LeetCode 3498 – Reverse Degree of a String In this video, we solve LeetCode 3498: Reverse Degree of a String, ...
In this video, we solve LeetCode 3498 – Reverse Degree of a String using Java ☕ . We'll understand how to calculate the ...
17 views
LeetCode 3498 — Reverse Degree of a String | Java Solution In this video, I solve LeetCode 3498 — Reverse Degree of a String ...
237 views
In this video, we continue our Trees in DSA series and learn Postorder Traversal of a Binary Tree using recursion in Java. The key ...
48 views
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 how to Search an Element in an Almost Sorted Array (or Nearly Sorted Array) using the Binary Search ...
34 views
In this video, we solve LeetCode 1658 - Minimum Operations to Reduce X to Zero using an efficient Sliding Window approach in ...
500 views
Reverse a list, find the middle, detect a cycle. Five patterns cover nearly every linked list question you'll be asked — plus the ...
... LeetCode Java Solution LeetCode Java Java Coding Interview Java DSA Data Structures and Algorithms Java Java Interview ...
78 views
leetcode #dsa #java.
16 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 ...
Are you preparing for coding interviews? In this video, we tackle one of the most frequently asked Java array interview questions: ...
92 views
leetcode #java # DSA #interviewquestions.
Part 12 — AtCoder ABC169 D | Div Game In this video, we solve AtCoder ABC169 D — Div Game and explore how Prime ...
113 views
In this video, we solve LeetCode #1095 - Find in Mountain Array using an efficient 3-Step Binary Search approach. Searching in a ...
331 views
Solution here https://github.com/emailcodingtales-cyber/Leetcode75/blob/main/LC238_ProductOfArrayExceptSelf #array ...
11 views
10 Java 8 Stream API Coding Questions | Java Interview Practice Java 8 Stream API Interview Questions | 10 Coding Problems ...
53 views
Daily LeetCode Challenge #3550 – Smallest Index With Digit Sum Equal to Index Welcome to another Daily LeetCode Challenge ...
182 views
In this video, I solve LeetCode Problem 3494 – Reverse Degree of a String using Java. Problem: Reverse Degree of a String ...
70 views
LeetCode 3498 – Reverse Degree of a String | Easy Approach in Tamil | Java | LeetCode Daily Challenge In this video, we will ...
1,024 views
Welcome to Zerocode! In this video, we solve LeetCode 1520 – Maximum Number of Non-Overlapping Substrings (Hard) using ...
77 views
5 Easy Recursion Problems in Java | Print N Numbers, Fibonacci & Power | DSA for Beginners Problems Covered 1 to N ...
25 views
... Array queries LeetCode Range queries LeetCode Dynamic array queries LeetCode DSA Java Java DSA problems Java coding ...
792 views
In this video, we solve LeetCode 3090 – Maximum Length Substring With Two Occurrences using Java ☕ . We'll learn how to ...
Shortest Path in Binary Matrix (LeetCode 1091) is an important BFS and Grid Traversal problem where we need to find the ...
473 views
Can you solve this TCS coding question without getting confused by the problem statement? Monkeys on a Tree is not just ...
7h ago
LeetCode 219 - Contains Duplicate II | Java Solution In this video, we solve LeetCode Problem 219: Contains Duplicate II using ...
21 views
In this video, you will learn how to find and print prime numbers in an array using Java. We break down the entire logic ...
11h ago
Learn the perfect number interview hack with LeetCode 507 and DSA 360 Sheet #8. This video provides a comprehensive ...
335 views
YouTube Video DescriptionWelcome to Day 7 of our Data Structures & Algorithms series! In this video, we tackle another ...
28 views
LeetCode 268 - Missing Number | Brute Force & Optimal Java Solution In this video, we solve LeetCode Problem 268: Missing ...
Learn Total Hamming Distance (LeetCode 477) in Java with Prepflix. Derive XOR population count, enumerate unordered index ...
14 views
10h ago
In this video, we solve a **Java coding interview question reported in a recent 2026 Senior Java Developer interview**.
1,779 views
In this video, we solve LeetCode 1401 – Circle and Rectangle Overlapping using Java ☕ . We'll understand how to determine ...
Hey everyone, In this video, we are going to talk about new Jev SystemOne model by Typesafe ai. We will understand what is Jev ...
48,965 views
21h ago
In this video, we solve LeetCode 567 – Permutation in String using the Sliding Window technique and a Frequency Array in Java.
415 views
These opportunities are ideal for candidates looking to build careers in Generative AI Data Science, Java Backend Development, ...
3,153 views
19h ago
Learn Excel Sheet Column Title (LeetCode 168) in Java with Prepflix. Start with sequential title generation, inspect the real ...
Learn Maximum Subarray (LeetCode 53) in Java with Prepflix. Start from exhaustive interval enumeration, understand its real ...
5 views
Mastering LeetCode While the World Sleeps ☕ | Odd Even in Java - Modulo vs Bitwise Operator Trick | Java Solution In this video, ...
Java Interview Questions for Beginners | How to Print Hello World in Java ☕ In this video, we cover one of the most basic and ...
Learn Spiral Matrix (LeetCode 54) in Java with Prepflix. Understand visited-grid simulation, derive four boundaries, trace square ...
Learn Java Memory Management in just 8 minutes! Ever wondered where Java objects are stored, what Stack and Heap ...
216 views
In this video, we cover how to Find/Search a Target Element in a Rotated Sorted Array using the Binary Search algorithm. Instead ...
32 views
Learn Next Permutation (LeetCode 31) in Java with Prepflix. Understand lexicographic order, see an exhaustive search time out, ...
... Mathematical Problems Coordinate Geometry Circle & Rectangle Problems Distance Calculation Java DSA Coding Interviews ...
495 views
Prime Number in Java | Level 1 Problem 11 | Java + DSA Roadmap Welcome to Level 1 – Problem 11 of the Complete Java + ...
Learn First Missing Positive (LeetCode 41) in Java with Prepflix. Derive the answer bound, compare repeated searching with ...
Learn how to write a Java Even Odd program by taking user input. This tutorial explains the logic using the Scanner class ...
23h ago
LeetCode 409 - Longest Palindrome | HashSet Approach | Java Solution In this video, we solve LeetCode 409: Longest ...
Mastering LeetCode While the World Sleeps ☕ | LeetCode 231 – Power of Two | Java Solution In this video, we solve LeetCode ...
#️⃣ Hashtags #LeetCode1520 #LeetCode #MaximumNumberOfNonOverlappingSubstrings #Java #JavaDSA #Greedy ...
194 views
Learn Set Mismatch (LeetCode 645) in Java with Prepflix. Find the duplicate and missing value, compare repeated counting with ...
In this video, we solve LeetCode 1401 – Circle and Rectangle Overlapping using Java. This problem is a great example of ...
282 views
leetcode #leetcodepotd #dsa #algorithms #visualization LeetCode Problem of the Day: Find X Value of Array I In this video, we ...
958 views
Learn Corporate Flight Bookings (LeetCode 1109) in Java with Prepflix. Understand brute force, derive difference arrays, follow ...
Learn Factorial Trailing Zeroes (LeetCode 172) in Java with Prepflix. Understand why 2 × 5 creates a trailing zero, why factors of 5 ...
LeetCode 1401 — Circle and Rectangle Overlapping | Java Solution** In this video, I explain **LeetCode 1401: Circle and ...
Welcome to Day 6 of our Data Structures & Algorithms series! In this video, we cover two fundamental array operations in Java: ...
166 views
LeetCode 1401 - Circle and Rectangle Overlapping In this video, you'll learn one of the easiest Geometry interview problems ...
Can you find whether a duplicate number exists within K distance in an array? In this video, we solve LeetCode 219 – Contains ...
In this video, I'm sharing the KPIT 2026 Interview Experience based on 3 candidate experiences from different backgrounds.
163 views