ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

10,025,235 results

Junferno
Intro to Competitive Programming

Most interesting video ever created. I don't know what I mispronounced but I definitely mispronounced something. Also Junferno's ...

11:41
Intro to Competitive Programming

823,580 views

3 years ago

William Lin (tmwilliamlin168)
What is Competitive Programming?

In this video, I describe what Competitive Programming is all about, including benefits like jobs from top companies! Winning ...

6:26
What is Competitive Programming?

2,626,737 views

6 years ago

Errichto Algorithms
How To Become Red Coder? (codeforces.com)

Which algorithm and topic you should study first for competitive programming? Do you need to practice typing speed? Find out!

4:09
How To Become Red Coder? (codeforces.com)

901,638 views

5 years ago

William Lin (tmwilliamlin168)
Starting Competitive Programming - Steps and Mistakes

In this video, I describe the steps to start competitive programming for a person from any level and I point out several common ...

9:55
Starting Competitive Programming - Steps and Mistakes

1,602,582 views

5 years ago

William Lin (tmwilliamlin168)
Winning Google Kickstart Round A 2020 + Facecam

What is Competitive Programming: https://www.youtube.com/watch?v=ueNT-w7Oluw What could be a better start to Google ...

17:10
Winning Google Kickstart Round A 2020 + Facecam

10,413,952 views

6 years ago

Errichto Algorithms
How to start Competitive Programming? For beginners!

Guide on how to get started with Competitive Programming. Go to any platform like Codeforces, sort problems by difficulty and just ...

9:43
How to start Competitive Programming? For beginners!

1,232,331 views

6 years ago

Colin Galen
The Dark Side of Competitive Programming

Some very harmful mentalities that can get in the way of basically everything in your life, as both a warning and advice against ...

10:49
The Dark Side of Competitive Programming

53,490 views

4 years ago

Algoritmi Academy
Why You NEED Competitive Programming?

Visit our website for online classes and camps ➡️ algoritmiacademy.com Is competitive programming just for nerds or is it a ...

6:19
Why You NEED Competitive Programming?

1,860 views

11 months ago

Pavel Mavrin
How to become better at competitive programming

"How can I get better at competitive programming?" is a question I'm often asked. In this lecture, I'll try to answer it. I ...

19:04
How to become better at competitive programming

8,254 views

1 month ago

Coding Bios
Gennady Korotkevich Biography: The GOAT of Coding | Tourist Road to 4000 Elo

Meet Gennady Korotkevich (tourist), the GOAT of competitive programming. From winning his first gold medal at age 11 to ...

8:05
Gennady Korotkevich Biography: The GOAT of Coding | Tourist Road to 4000 Elo

455,047 views

1 year ago

Colin Galen
Unlocking Your Intuition: How to Solve Hard Problems Easily

Intuition. It's one of your brain's most powerful processes, and yet, so few people know how to really make use of it. So here's a bit ...

17:34
Unlocking Your Intuition: How to Solve Hard Problems Easily

1,775,059 views

3 years ago

Colin Galen
Candidate Master in 1 Year - This Strategy Works Wonders

Some tips on how to select problems for practice, how to use editorials/solutions properly, why you should take notes of your ...

10:03
Candidate Master in 1 Year - This Strategy Works Wonders

205,120 views

4 years ago

Vivek Gupta
5 Things I Wish I Knew Earlier About Competitive Programming | 5 Coding Mistakes To Avoid!

In this video, I’ll share the 5 most common mistakes college students make while learning Competitive Programming (CP). From ...

12:05
5 Things I Wish I Knew Earlier About Competitive Programming | 5 Coding Mistakes To Avoid!

26,040 views

6 months ago

Channels new to you

TLE Eliminators - by Priyansh and Priyansh Agarwal
CP Digest | Competitive Programming Blogs for Beginners | @PriyanshAgarwal

CP Digest: https://www.tle-eliminators.com/cp-digest If you're looking to learn CP, you can check out out TLE Eliminators course ...

11:35
CP Digest | Competitive Programming Blogs for Beginners | @PriyanshAgarwal

3,440 views

2 months ago

Harshita Verma
I Wasted 6 Months on DSA Playlists... Here's What Actually Works

Are you stuck in the DSA playlist trap? 🚨 In this video, I expose the BIGGEST mistake that's ruining your coding interview ...

11:01
I Wasted 6 Months on DSA Playlists... Here's What Actually Works

334,392 views

5 months ago

Parikh Jain
If I Had to Start Coding from Scratch in 2026, this is EXACTLY what I’d Do

In this video, I have talked if i had to start coding from scratch in 2026, what i would do? How i would learn DSA ...

9:37
If I Had to Start Coding from Scratch in 2026, this is EXACTLY what I’d Do

24,622 views

1 month ago

Repovive TV
From Newbie to Expert in 3 Months | 100% works!

To learn competitive programming: https://repovive.com/roadmaps The Instagram Page: https://www.instagram.com/repovive You ...

15:14
From Newbie to Expert in 3 Months | 100% works!

134,144 views

1 year ago

Stefan Mischook
Competitive Programming is a Gimmick

Code challenges like this: Input: var list = ["1",2,4591392391,2,5,10,2,"1",1,1,20,20]; Output: var list = ["1","1",[1,1],[2,2,2], 4,5,10,[20 ...

10:31
Competitive Programming is a Gimmick

29,757 views

7 years ago

James Peralta
What 30 Days of Competitive Programming Taught Me

00:00:00 Intro & Progress After One Month 00:01:46 LeetCode vs Codeforces 00:04:44 The Codeforces Problem Solving Mindset ...

16:59
What 30 Days of Competitive Programming Taught Me

3,358 views

1 month ago

Mike the Coder
710's Insane Competitive Programming Training

Hi guys, My name is Michael Lin and this is my programming youtube channel. I like C++ and please message me or comment on ...

9:33
710's Insane Competitive Programming Training

16,050 views

5 years ago

Nick White
He Destroyed Me In Competitive Programming! (with William Lin)

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

8:29
He Destroyed Me In Competitive Programming! (with William Lin)

281,242 views

5 years ago

Repovive TV
6 Mistakes in Learning Competitive Programming

Participate in contests: https://repovive.com/contests Instagram Page: https://www.instagram.com/repovive Telegram Channel: ...

15:58
6 Mistakes in Learning Competitive Programming

91,041 views

11 months ago

Errichto Algorithms
C++ Bitsets in Competitive Programming

Tutorial on bitsets in C++. You will often see on Codeforces that you should "just use bitsets", and now you will learn how to do it.

15:35
C++ Bitsets in Competitive Programming

135,435 views

6 years ago