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
58,593 results
Perform operations to make all values equal under bit or operation constraints. Requires constructive logic, greedy / DP reasoning ...
63 views
5 months ago
Operate on strings and compute counts or relations between characters using frequency and subsequence logic. A clean string ...
36 views
4 months ago
Determine overlap or intersections between intervals using sorting and greedy interval logic. A classic and easy interval-handling ...
73 views
Find subarray maximum properties using prefix/suffix logic or monotonic stacks. A data structure-based problem from CodeChef ...
86 views
Apply a newly defined operation repeatedly and observe how values change over time. Solve using math, simulation, or greedy ...
129 views
3 months ago
Find a valid path to the exit door using logical traversal or graph-based simulation. A pathfinding and grid-based implementation ...
72 views
Count or validate paths under movement constraints using observation, greedy logic, or simple math. Understand how direction ...
151 views
Explore binary patterns, count or convert bitstrings based on love/affinity constraints in a binary sense. A string + bit-logic problem ...
243 views
"This is the official video editorial of CodeChef June Starters42 2022. Problem: Minimum or Maximum (MINORMAX) Educator: ...
881 views
3 years ago
Count the number of valid or optimal arrays using combinatorics or DP techniques. A more reasoning-heavy problem that ...
131 views
Analyze recurrence relations and determine whether a target state can be reached under given transitions. A problem involving ...
2 weeks ago
Minimize the number of distinct elements by applying optimal transformations and counting techniques. A frequency and ...
105 views
1 month ago
Maximize operations or final values using optimal addition strategies and greedy observations. A problem focused on optimization ...
238 views
Find and delete a sorted subsequence to meet required constraints. Involves greedy subsequence selection and array ordering ...
84 views
Make array elements equal using minimum operations by analyzing frequency distributions and transformation strategies.
30 views
Compute the difference between maximum and minimum values efficiently using array traversal and comparisons. A classic ...
116 views
Find the number of valid ways to color rectangles under given constraints using math and pattern observation. This problem ...
193 views
2 months ago
Ensure no element in the array is double of another using sorting and greedy logic. A clean constructive approach problem from ...
107 views
Determine interesting properties of binary strings using XOR or prefix logic. A clever binary manipulation problem from CodeChef ...
87 views
Find the minimum difference value that appears equally in two computed difference sets. Involves frequency mapping, efficient ...
92 views