ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,259,242 results

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,585,546 views

5 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)

884,739 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,239,702 views

5 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,213,388 views

5 years ago

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

817,529 views

3 years 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

15,765 views

5 years ago

Apna College
Competitive Programming - How to Start? Complete Guide

Alpha Placement Course - https://bit.ly/3oqidsd Telegram: https://t.me/+k4rdgTPwmm5kMGVl Complete C Course ...

10:54
Competitive Programming - How to Start? Complete Guide

629,266 views

3 years ago

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

Dynamic Programming (DP) is a key! • Key Area: DP is crucial in competitive programming. • Regular Practice: I included DP ...

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

118,430 views

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

441,177 views

1 year 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,609,881 views

5 years ago

Striver
How to start Competitive Programming ? Guide for Beginners !

Check our Website: https://www.takeuforward.org/ In case you are thinking to buy courses, please check below: Link to get 20% ...

11:05
How to start Competitive Programming ? Guide for Beginners !

328,281 views

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

133,065 views

5 years ago

Mike the Coder
Why you should stop caring about ranking in competitive programming

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

4:40
Why you should stop caring about ranking in competitive programming

1,860 views

4 years ago

SyncMain
15 Years Writing C++ - Advice for new programmers

I'm a video game programmer and I've been using C++ as a programming language for 15 years, and have been writing code in ...

4:04
15 Years Writing C++ - Advice for new programmers

1,658,522 views

2 years ago

Errichto Algorithms
Computations Modulo P in Competitive Programming

Tutorial for beginners on computations modulo P in competitive programming. In so many Codeforces problems, we need to print ...

18:15
Computations Modulo P in Competitive Programming

139,109 views

5 years ago

CrapTheCoder
Fast IO in C++ for Competitive Programming! (and when to not use it)

Fast IO makes your code faster, but has some tradeoffs. Learn how it is faster, when to use it, and when to avoid it. Correction at ...

8:18
Fast IO in C++ for Competitive Programming! (and when to not use it)

13,497 views

3 years ago

Hitesh Choudhary
competitive programming is killing C++

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss ...

11:29
competitive programming is killing C++

44,945 views

2 years ago

Priyansh Agarwal
How I DEBUG my code in Competitive Programming || C++ || Basic to Advanced

After a lot of requests for this video, I have finally decided to get this done and dusted. I know you all wanted this desperately and I ...

17:42
How I DEBUG my code in Competitive Programming || C++ || Basic to Advanced

55,377 views

4 years ago

Algorithms Conquered
My Competitive Programming Setup

Hey! Make sure you like the video and subscribe to the channel. Here are links to everything mentioned in the video: Homebrew: ...

8:12
My Competitive Programming Setup

49,562 views

3 years ago

Low Level Game Dev
The 5 Levels Of C++

Check out my Failproof OpenGL course for beginners: https://www.udemy.com/course/failproof-opengl-for-beginners/?

10:29
The 5 Levels Of C++

206,574 views

6 months ago

CodeWithHarry
Choose this out of Competitive Programming Vs Software Development in College!

All the source code and other material will be uploaded on https://codewithharry.com as and when available! ▻Checkout my ...

7:03
Choose this out of Competitive Programming Vs Software Development in College!

126,584 views

4 years ago

Low Level
C is 50 Years Old. Should You Learn Rust?

ITS A DEBATE AS OLD AS TIME. OR POSSIBLY 8 YEARS DEPENDING ON YOUR DEFINITION OF THE WORD "YEAR". There's ...

5:14
C is 50 Years Old. Should You Learn Rust?

411,059 views

2 years ago

WangQuan
Competitive Programming | by c++

Dive into my daily life as a Chinese high school student preparing for coding competitions like Luogu and AtCoder! Enjoy ...

4:42
Competitive Programming | by c++

186 views

1 month ago

Mike the Coder
Why Competitive Programming Sucks

Hi guys, My name is Mike the Coder and this is my programming youtube channel. I like C++ and please message me or comment ...

9:16
Why Competitive Programming Sucks

1,106 views

4 years ago

Rachit
Competitive Programming Tip - How Templates Can Save Time (in C++)

New YouTube Account - Developer Bhaiya https://bit.ly/developer-bhaiya-youtube https://rachitiitr.com - My Personal ...

13:19
Competitive Programming Tip - How Templates Can Save Time (in C++)

47,077 views

5 years ago