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

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

Hello Codeforces!

New lesson in English EDU section. This time I will talk about binary search.

Go to EDU →

More about EDU section you can read in this post.

Hope it will be helpful, enjoy!

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

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

Finally !!

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

Could by any chance lessons be sorted in increasing order of difficulty? I am feeling like Binary Search should be covered before segment trees. Perhaps it could be easier for beginners to wrap their head around the problems that way.

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

    I try to choose topics of different difficulty and from various sections, and I do it on purpose. One of the reasons is that EDU is in beta, and we want to try how it works for different topics. Another reason is to give something interesting for everybody. I don't consider EDU to be a regular online course, it's more like wikipedia. Eventually we will fill it with all interesting topics.

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

Nice timing .. I was just analysing/practicing binary search

Just Awesome! keep it up sir

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

I think Binary search should have been the first

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

Must say, the T-shirt is cool!

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

Quite confused about Suffix Array and Segment tree comes before binary search.

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

Thanks for this wonderful course ! Will try to solve all the practice problems.

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

Hi, Thanks for these awesome tutorials. I have a suggestion to please make some series on number theory and covering problems on concepts of combinatorics, probability and mathematical deductions.

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

Stop it! If you reveal the secrets we won't be able to have any interactive problems anymore!

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

Please do one on Graph algorithms!

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

I can't hear audio for the section on Binary Search on Answer. I went on YouTube and I could hear audio but not for EDU section. :(

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

Really helpful, I think it will make me good in implementation of binary search Algo.

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

Next should be dp.

I am very poor at dp.

Thanks pashka .

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

next should be graph.