ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,991 results

Related queries

william lin

errichto dynamic programming

second thread

codeforces tutorial

Errichto Algorithms

327K subscribers

Errichto Hard Algorithms

51.4K subscribers

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

5 simple tips to become a red coder in https://codeforces.com/. What algorithmic books do you need? Which algorithm and topic ...

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

882,996 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,211,793 views

5 years ago

Errichto Algorithms
CSES Dynamic Programming problems

Solving CSES coding problems about algorithms and data structures https://cses.fi/problemset Chapter: Dynamic Programming ...

1:56:45
CSES Dynamic Programming problems

11,718 views

Streamed 4 months ago

Errichto Algorithms
Algorithms Lecture #1 - Sums and Expected Value

Lecture materials: http://codeforces.com/blog/entry/62690. First, I will talk about the Expected Value - with definition, examples and ...

2:30:08
Algorithms Lecture #1 - Sums and Expected Value

95,595 views

Streamed 7 years ago

Errichto Algorithms
Sparse Table & RMQ (Range Minimum Query)

Tutorial on Sparse Table data structure. We use it to solve Range Minimum Query by first storing minimum for every interval with a ...

18:42
Sparse Table & RMQ (Range Minimum Query)

95,987 views

4 years ago

Errichto Algorithms
CSES Introductory Problems

Solving CSES coding problems about algorithms and data structures https://cses.fi/problemset Chapter: Introductory Problems.

2:12:37
CSES Introductory Problems

22,416 views

Streamed 5 months ago

Errichto Hard Algorithms
Codeforces algorithms problem-solving

Solving Codeforces problems about algorithms and data structures. Also on Twitch https://www.twitch.tv/errichto.

1:44:09
Codeforces algorithms problem-solving

3,833 views

Streamed 5 months 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

138,933 views

5 years ago

Errichto Hard Algorithms
Codeforces Good Bye 2022 live coding

Live-solving problems from https://codeforces.com/contest/1770 chat: https://twitch.tv/errichto Streaming schedule: ...

3:02:48
Codeforces Good Bye 2022 live coding

11,688 views

Streamed 2 years ago

Errichto Algorithms
Chess & Competitive Programming talk with Gaurav Sen, fellow programming Youtuber

I talk about Competitive programming while playing chess with programmer/youtuber Gaurav Sen. Will I win at least once?

10:28
Chess & Competitive Programming talk with Gaurav Sen, fellow programming Youtuber

134,093 views

6 years ago

Errichto Algorithms
Dynamic Programming - AtCoder educational dp contest

I will compete in the Educational DP Contest on AtCoder - https://atcoder.jp/contests/dp. I will approach problems from scratch, ...

5:13:43
Dynamic Programming - AtCoder educational dp contest

180,093 views

Streamed 6 years ago

Errichto Algorithms
Kickstart 2021 Round C (1st place)

I won Google Kick Start 2021 Round C. Watch my screencast with commentary and post-analysis.

1:18:05
Kickstart 2021 Round C (1st place)

219,872 views

4 years ago

Errichto Algorithms
Dynamic Programming lecture #1 - Fibonacci, iteration vs recursion

First of several lectures about Dynamic Programming. It's a huge topic in algorithms, allowing us to speed exponential solutions to ...

19:47
Dynamic Programming lecture #1 - Fibonacci, iteration vs recursion

346,135 views

6 years ago

Errichto Algorithms
CSES Introductory Problems part II

Solving CSES coding problems about algorithms and data structures https://cses.fi/problemset Chapter: Introductory Problems.

3:49:34
CSES Introductory Problems part II

14,281 views

Streamed 5 months ago

Errichto Hard Algorithms
Square Root Decomposition, Mo's Algorithm

Lecture on sqrt algorithms https://codeforces.com/blog/entry/96713 0:00 Hi 1:33 1) Sqrt decomposition 5:29 sqrt(log) time ...

1:29:36
Square Root Decomposition, Mo's Algorithm

40,080 views

Streamed 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

132,881 views

5 years ago

Errichto Algorithms
Binary Exponentiation

Binary exponentiation (or exponentiation by squaring) is an algorithm that quickly computes a big power a^b in O(log(b)).

15:13
Binary Exponentiation

113,949 views

5 years ago

Errichto Algorithms
Leetcode problem Longest Palindromic Substring (two solutions)

Solving a medium coding interview question from Leetcode https://leetcode.com/problems/longest-palindromic-substring/ Final ...

25:19
Leetcode problem Longest Palindromic Substring (two solutions)

167,507 views

5 years ago

Errichto Algorithms
Binary Search tutorial (C++ and Python)

This is the most comprehensive lecture on the binary search. Find the target value, or the first value satisfying some condition, ...

27:41
Binary Search tutorial (C++ and Python)

305,659 views

6 years ago