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
149 results
Stop scanning and start looking up! In this deep-dive whiteboard session, we break down the most versatile tool in your coding ...
0 views
4 days ago
Are you still using nested loops for array problems? If you're an SDET or Automation Engineer, high-performance code is the ...
3 views
2 days ago
Stop wasting performance on nested loops! Are you still using $O(n^2)$ to solve subarray problems? In this video, we're killing ...
33 views
1 day ago
Crack Coding Interviews with the Sliding Window Pattern Struggling with LeetCode sliding window problems? In this video ...
31 views
5 days ago
Data Structures and Algorithms (DSA) patterns are proven problem-solving techniques that help you identify the right approach ...
117 views
In this video, we solve the problem of finding the maximum length subarray with sum equal to K using the Sliding Window ...
870 views
In this video, we solve the Longest Substring with At Most K Distinct Characters problem using the Sliding Window technique in ...
18 views
7 hours ago
This video covers the concept of Sliding Window pattern, explaining how it works, its types (fixed and variable), and how it helps ...
7 days ago
In this video, I explain the problem “Max Consecutive Ones” step by step, starting from the brute force solution and then moving ...
528 views
Struggling with the Longest Substring Without Repeating Characters problem? In this video, I break it down in the simplest way ...
Want to crack coding interviews, placements, or FAANG-level companies? You don't need to solve thousands of random ...
20 views
This video explains how to solve the Maximum Sum Subarray of Size K using the Fixed Size Sliding Window technique in O(n) ...
Check If a String Contains All Binary Codes of Size K using a sliding window + rolling hash technique. The key idea is to ...
42 views
6 hours ago
In this video, we master one of the most important DSA patterns: Frequency Array & HashMap in Java If you're preparing for ...
In this video on Developer Coder, we dive deep into LeetCode 1461 – Check If a String Contains All Binary Codes of Size K using ...
5 hours ago
In this video, we solve a classic Array problem using the Two Pointer technique in C++. If you're preparing for coding interviews or ...
4 views
6 days ago
In this video, I solve LeetCode 209 – Minimum Size Subarray Sum using the Variable Sliding Window technique. The explanation ...
In this video, I solve LeetCode 1004 – Max Consecutive Ones III using the Variable Sliding Window technique. The explanation is ...
LeetCode 1461 – Check If a String Contains All Binary Codes of Size K (Java) Today's LeetCode Daily Given a binary string s and ...
1 hour ago
In this video, I solve LeetCode 904 – Fruit Into Baskets using the Variable Sliding Window technique. The explanation is in ...