Блог пользователя stevenkplus

Автор stevenkplus, история, 3 года назад, По-английски

Hey Codeforces community!

I'm interested in making educational content for competitive programming on my twitch and youtube channel. I've noticed that "topic streams" are fashionable these days and wanted to poll for potential topics to cover!

Some topics that I've been considering are: - Basic Dynamic Programming - Shortest Path algorithms - Basic Data Structures (STL's BBSTs) - Basic Combinatorics (Counting & Probability) - Basic mathematical reasoning (logic, greedy, invariants)

Which of these topics would you all be most interested to learn about? Feel free to comment with new suggestions as well!

Another video and/or stream format I'm considering is taking an existing online resource (e.g. https://usaco.guide/) and doing video walkthroughs of the content. The idea here is that the internet has plenty of great resources already, and I could probably help make them more easily discoverable & digestible by explaining them in detail. Thoughts?

  • Проголосовать: нравится
  • +98
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

I can't speak for everyone, but would definitely like more educational videos for data structures and basic mathematical reasoning.

»
3 года назад, # |
  Проголосовать: нравится +17 Проголосовать: не нравится

Basic Combinatorics & Basic mathematical reasoning :)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Basic Combinatorics (Counting & Probability) seems to be most confusing one

»
3 года назад, # |
  Проголосовать: нравится +33 Проголосовать: не нравится

Combinatorics and Probability

»
3 года назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

Shortest path algo's and combinatorics,probability and expected value.

Suggestion: ICPC will be coming up shortly, so it would be nice to have some videos on standard problems and algo's that are popular in ICPC or maybe you can cover an entire ICPC contest in few videos.

»
3 года назад, # |
Rev. 3   Проголосовать: нравится +22 Проголосовать: не нравится

Can we do smth advanced some Heavy-Light Decomposition is good or some advanced DS (mabe 01 trie) or dp optimizations or some hard dp

»
3 года назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится

Please make a video about flow networks,bipartite matching and topics related to these.

»
3 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Basic Combinatorics (Counting & Probability)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Shortest path.

»
3 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

centroid decomposition

»
3 года назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

Basic Combinatorics (Counting & Probability).Plz try to cover expected value questions also.

»
3 года назад, # |
  Проголосовать: нравится -13 Проголосовать: не нравится

Centroid Decomposition

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

DP with bitmasks

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I think you might want to do a poll for getting a better idea. Results

»
3 года назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится

Basic mathematical reasoning (logic, greedy, invariants)

»
3 года назад, # |
  Проголосовать: нравится +33 Проголосовать: не нравится

I would suggest NOT doing something like Basic Dynamic Programming. There are plenty of tutorials out there, and multiple educational videos too, so I don't think there's much benefit to doing it.

Personally, I'd like to see basic mathematical reasoning, because it's a topic that's covered less in CP by tutorials.

»
3 года назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

Flows.

»
3 года назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

ICPC Solving

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I think combinatorics is quite confusing topic....you can start form it

»
3 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Shortest Paths and Trees(LCA, DP on trees) stuffs!

»
3 года назад, # |
  Проголосовать: нравится -9 Проголосовать: не нравится

How about the topics needed to solve this problem?