ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58,593 results

Learn to Code with CodeChef
Make All | MAKEALL | Starter 210 | CodeChef Official Solution

Perform operations to make all values equal under bit or operation constraints. Requires constructive logic, greedy / DP reasoning ...

8:25
Make All | MAKEALL | Starter 210 | CodeChef Official Solution

63 views

5 months ago

Learn to Code with CodeChef
Chef and string | WENOTI | Starter 213 | CodeChef Official Solution

Operate on strings and compute counts or relations between characters using frequency and subsequence logic. A clean string ...

9:15
Chef and string | WENOTI | Starter 213 | CodeChef Official Solution

36 views

4 months ago

Learn to Code with CodeChef
Intersecting Intervals (Easy) | INTINT | Starter 215 | CodeChef Official Solution

Determine overlap or intersections between intervals using sorting and greedy interval logic. A classic and easy interval-handling ...

9:04
Intersecting Intervals (Easy) | INTINT | Starter 215 | CodeChef Official Solution

73 views

4 months ago

Learn to Code with CodeChef
Subarray Maximums | MXPERST | Starter 211 | CodeChef Official Solution

Find subarray maximum properties using prefix/suffix logic or monotonic stacks. A data structure-based problem from CodeChef ...

9:25
Subarray Maximums | MXPERST | Starter 211 | CodeChef Official Solution

86 views

5 months ago

Learn to Code with CodeChef
New Operation | NEWOP | Starter 219 | CodeChef Official Solution

Apply a newly defined operation repeatedly and observe how values change over time. Solve using math, simulation, or greedy ...

7:54
New Operation | NEWOP | Starter 219 | CodeChef Official Solution

129 views

3 months ago

Learn to Code with CodeChef
Exit Door | P3BAR | Starter 212 | CodeChef Official Solution

Find a valid path to the exit door using logical traversal or graph-based simulation. A pathfinding and grid-based implementation ...

7:07
Exit Door | P3BAR | Starter 212 | CodeChef Official Solution

72 views

5 months ago

Learn to Code with CodeChef
Upward Path | UPPATH | Starter 220 | CodeChef Official Solution

Count or validate paths under movement constraints using observation, greedy logic, or simple math. Understand how direction ...

12:33
Upward Path | UPPATH | Starter 220 | CodeChef Official Solution

151 views

3 months ago

Learn to Code with CodeChef
Binary Love | P5209 | Starter 209 | CodeChef Official Solution

Explore binary patterns, count or convert bitstrings based on love/affinity constraints in a binary sense. A string + bit-logic problem ...

5:49
Binary Love | P5209 | Starter 209 | CodeChef Official Solution

243 views

5 months ago

Learn to Code with CodeChef
MINORMAX | MINIMUM OR MAXIMUM | June Starters42 2022 | Problem Solutions | CodeChef

"This is the official video editorial of CodeChef June Starters42 2022. Problem: Minimum or Maximum (MINORMAX) Educator: ...

12:44
MINORMAX | MINIMUM OR MAXIMUM | June Starters42 2022 | Problem Solutions | CodeChef

881 views

3 years ago

Learn to Code with CodeChef
Counting Optimal Arrays | CNTARR7 | Starter 218 | CodeChef Official Solution

Count the number of valid or optimal arrays using combinatorics or DP techniques. A more reasoning-heavy problem that ...

11:16
Counting Optimal Arrays | CNTARR7 | Starter 218 | CodeChef Official Solution

131 views

3 months ago

Learn to Code with CodeChef
Recurrence Reachability | SUPSKIP | Starter 231 | CodeChef Official Solution

Analyze recurrence relations and determine whether a target state can be reached under given transitions. A problem involving ...

9:53
Recurrence Reachability | SUPSKIP | Starter 231 | CodeChef Official Solution

73 views

2 weeks ago

Learn to Code with CodeChef
Minimum Distinct | MINDIS6 | Starter 226 | CodeChef Official Solution

Minimize the number of distinct elements by applying optimal transformations and counting techniques. A frequency and ...

6:55
Minimum Distinct | MINDIS6 | Starter 226 | CodeChef Official Solution

105 views

1 month ago

Learn to Code with CodeChef
Max Adds | MAXADD | Starter 217 | CodeChef Official Solution

Maximize operations or final values using optimal addition strategies and greedy observations. A problem focused on optimization ...

11:54
Max Adds | MAXADD | Starter 217 | CodeChef Official Solution

238 views

3 months ago

Learn to Code with CodeChef
Delete Sorted Subsequence | DELSORTSUB | Starter 210 | CodeChef Official Solution

Find and delete a sorted subsequence to meet required constraints. Involves greedy subsequence selection and array ordering ...

7:42
Delete Sorted Subsequence | DELSORTSUB | Starter 210 | CodeChef Official Solution

84 views

5 months ago

Learn to Code with CodeChef
Equal Elements | EQELE | Starter 227 | CodeChef Official Solution

Make array elements equal using minimum operations by analyzing frequency distributions and transformation strategies.

8:07
Equal Elements | EQELE | Starter 227 | CodeChef Official Solution

30 views

1 month ago

Learn to Code with CodeChef
Max Minus Min | MAXMIN6 | Starter 226 | CodeChef Official Solution

Compute the difference between maximum and minimum values efficiently using array traversal and comparisons. A classic ...

6:57
Max Minus Min | MAXMIN6 | Starter 226 | CodeChef Official Solution

116 views

1 month ago

Learn to Code with CodeChef
Rectangle Coloring | LMP5 | Starter 221 | CodeChef Official Solution

Find the number of valid ways to color rectangles under given constraints using math and pattern observation. This problem ...

9:07
Rectangle Coloring | LMP5 | Starter 221 | CodeChef Official Solution

193 views

2 months ago

Learn to Code with CodeChef
No Doubling | NODOUB | Starter 211 | CodeChef Official Solution

Ensure no element in the array is double of another using sorting and greedy logic. A clean constructive approach problem from ...

10:36
No Doubling | NODOUB | Starter 211 | CodeChef Official Solution

107 views

5 months ago

Learn to Code with CodeChef
Interesting Binary (Easy Version) | P5BAR | Starter 212 | CodeChef Official Solution

Determine interesting properties of binary strings using XOR or prefix logic. A clever binary manipulation problem from CodeChef ...

13:38
Interesting Binary (Easy Version) | P5BAR | Starter 212 | CodeChef Official Solution

87 views

5 months ago

Learn to Code with CodeChef
Minimum Same Difference | MINSAME | Starter 216 | CodeChef Official Solution

Find the minimum difference value that appears equally in two computed difference sets. Involves frequency mapping, efficient ...

14:51
Minimum Same Difference | MINSAME | Starter 216 | CodeChef Official Solution

92 views

4 months ago