ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

112,923 results

Learn to Code with CodeChef

111K subscribers

Latest from Learn to Code with CodeChef

Learn to Code with CodeChef
Order by/Limit/NULL in SQL | Learn SQL | CodeChef Learn Series

Welcome to Order by/Limit/NULL in SQL | Learn SQL | CodeChef Learn Series. In this lesson, you will learn how to organize, ...

11:07
Order by/Limit/NULL in SQL | Learn SQL | CodeChef Learn Series

41 views

3 hours ago

Learn to Code with CodeChef
AND/OR Like in SQL | Learn SQL | CodeChef Learn Series

Welcome to AND/OR Like in SQL | Learn SQL | CodeChef Learn Series. In this lesson, you will learn how to apply logical ...

11:20
AND/OR Like in SQL | Learn SQL | CodeChef Learn Series

53 views

1 day ago

Learn to Code with CodeChef
SecureZone Access Controller Project | Weekend Dev 38 | Spring Boot Project

In this video, we build the SecureZone Access Controller Project, a backend system designed to manage secure access ...

5:31
SecureZone Access Controller Project | Weekend Dev 38 | Spring Boot Project

0 views

1 day ago

Learn to Code with CodeChef
Patient Admission System Project | Weekend Dev 38 | Spring Boot Project

In this video, we build the Patient Admission System Project, a backend application for managing hospital admissions and records ...

5:37
Patient Admission System Project | Weekend Dev 38 | Spring Boot Project

0 views

1 day ago

Learn to Code with CodeChef
Exclusive Club Registration Portal Project | Weekend Dev 38 | Spring Boot Project

In this video, we build the Exclusive Club Registration Portal Project, a backend system for handling registrations and membership ...

4:28
Exclusive Club Registration Portal Project | Weekend Dev 38 | Spring Boot Project

0 views

1 day ago

Learn to Code with CodeChef
Digital Wallet Initializer Project | Weekend Dev 38 | Spring Boot Project

In this video, we build the Digital Wallet Initializer Project using Spring Boot. You'll learn how to design wallet initialization logic, ...

5:41
Digital Wallet Initializer Project | Weekend Dev 38 | Spring Boot Project

0 views

1 day ago

Learn to Code with CodeChef
Twice Greater | TWGR | Starter 227 | CodeChef Official Solution

Compare elements efficiently to count valid pairs where one value is at least twice the other. A problem combining sorting and ...

15:01
Twice Greater | TWGR | Starter 227 | CodeChef Official Solution

0 views

1 day 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

0 views

1 day ago

Learn to Code with CodeChef
Erase and Maximize | DICEERMAX | Starter 227 | CodeChef Official Solution

Apply selective removal strategies to maximize the resulting value using greedy observations. A constructive and ...

10:21
Erase and Maximize | DICEERMAX | Starter 227 | CodeChef Official Solution

0 views

1 day ago

Learn to Code with CodeChef
Buying Tickets | BUYTICK | Starter 227 | CodeChef Official Solution

Compute the minimum cost or optimal strategy for purchasing tickets under given constraints. A math and greedy reasoning ...

5:17
Buying Tickets | BUYTICK | Starter 227 | CodeChef Official Solution

0 views

1 day ago

Learn to Code with CodeChef
Introduction to C | Learn C | CodeChef Learn Series

Welcome to Episode 1 of the “Learn C with CodeChef” series! In this video, we'll break down the structure of a simple C program ...

6:23
Introduction to C | Learn C | CodeChef Learn Series

5,343 views

3 months ago

Engineerhoon
How to use Codechef effectively | All you need to know | Beginner to advance level

competitiveProgramming #codechef #codingInterview #engineer Codechef resources for DS: ...

5:01
How to use Codechef effectively | All you need to know | Beginner to advance level

7,388 views

4 years ago

Learn to Code with CodeChef
SnackDown 2019 Onsite Finals Official | Global Programming Championship | CodeChef

SnackDown2019 was a memorable event for team CodeChef as well as our participant teams from all over the world. Relive all ...

4:38
SnackDown 2019 Onsite Finals Official | Global Programming Championship | CodeChef

7,587 views

4 years ago

TaoMan Mathew Tips
LeetCode vs CodeChef - Which One is Better ?

In this video you will learn LeetCode vs CodeChef - Which One is Better ? ‎ ‎ GET AMAZING FREE Tools For Your Youtube ...

6:39
LeetCode vs CodeChef - Which One is Better ?

2,770 views

4 years ago

Learn to Code with CodeChef
High Score (Easy Version) | P6209E | Starter 209 | CodeChef Official Solution

Maximize score in a simplified game scenario using dynamic programming or greedy transitions under given constraints.

9:33
High Score (Easy Version) | P6209E | Starter 209 | CodeChef Official Solution

186 views

4 months ago

Tarun Khandagare
How To Start With Codechef | CodeChef RoadMap

More Video Suggestions: Interview Preparation DSA Series ...

11:18
How To Start With Codechef | CodeChef RoadMap

15,582 views

1 year 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

239 views

4 months ago

Vamshidhar Reddy
Codechef -  Practice Makes Us Perfect Problem  - C Language
4:49
Codechef - Practice Makes Us Perfect Problem - C Language

602 views

2 years ago

Jack
Xorry 1 | Codechef starters 118 | Easy and simple explanation with code

Code is in the description Hey Guys, If you liked the video , do hit the like button and subscribe my channel .

6:19
Xorry 1 | Codechef starters 118 | Easy and simple explanation with code

139 views

2 years ago

Learn to Code with CodeChef
Accommodation | ACMDT | Starter 224 | CodeChef Official Solution

Check feasibility of accommodation based on available capacity and requirements using logical comparisons. A simple and ...

5:54
Accommodation | ACMDT | Starter 224 | CodeChef Official Solution

31 views

3 weeks ago

Mask Coder
Chef and Close Friends | Codechef | Starters 214 | Pseudo Code | Easy Math & Range Logic

Solve Chef and Close Friends from CodeChef with a clear and beginner-friendly explanation. In this video, we break down the ...

8:39
Chef and Close Friends | Codechef | Starters 214 | Pseudo Code | Easy Math & Range Logic

87 views

3 months ago

Nishant Chahar
How to use CodeChef Effectively? 🔥🔥Beginners Guide 💯🔥Competitive Programming Noob 🥺 to Pro 😎🔥

Day 4 of 30 Days Challenge! This video is a beginner's guide to competitive programming and CodeChef. I have explained each ...

7:43
How to use CodeChef Effectively? 🔥🔥Beginners Guide 💯🔥Competitive Programming Noob 🥺 to Pro 😎🔥

254,844 views

4 years ago

Learn to Code with CodeChef
Min-Max Deque (Easy) | DEQMNMXEZ | Starter 202 | CodeChef Official Solution

Learn how to handle subarray ranges with deque logic by tracking minimum and maximum values efficiently. Problem Link: ...

9:06
Min-Max Deque (Easy) | DEQMNMXEZ | Starter 202 | CodeChef Official Solution

200 views

5 months ago

Learn to Code with CodeChef
Differing Values | DIFFVAL | Starter 215 | CodeChef Official Solution

Count or compare differences between array values using hashing or frequency logic. A simple implementation and counting ...

11:04
Differing Values | DIFFVAL | Starter 215 | CodeChef Official Solution

79 views

2 months ago

Learn to Code with CodeChef
Maximum MST | MAXMST7 | Starter 203 | CodeChef Official Solution

Construct the maximum spanning tree of a graph using greedy MST algorithms like Kruskal's or Prim's. Problem Link: ...

11:10
Maximum MST | MAXMST7 | Starter 203 | CodeChef Official Solution

253 views

5 months ago

Mentorpick - by Being Zero
HighScore (Easy) - CodeChef Starter - 209, Editorial

CodeChef Start 209 Editorials #codechef #codechefsolution #codechefstarter209 #starter #starters #209 #starter209 #highscore.

8:30
HighScore (Easy) - CodeChef Starter - 209, Editorial

169 views

4 months ago

Learn to Code with CodeChef
String Manipulation in C++ - Part 1 | Learn C++ for Project Building | CodeChef Learn Series

String Manipulation in C++ – Part 1 | Learn C++ for Project Building In this video, we dive into essential string manipulation ...

11:22
String Manipulation in C++ - Part 1 | Learn C++ for Project Building | CodeChef Learn Series

56 views

2 months ago

Learn to Code with CodeChef
Sabotage | SBTG | Starter 208 | CodeChef Official Solution

Simulate sabotage moves or choose which elements to tamper to maximize or minimize a target metric under rules. Use greedy ...

7:17
Sabotage | SBTG | Starter 208 | CodeChef Official Solution

40 views

4 months 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

232 views

2 months ago