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

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

Hello everyone

In the last Codeforces round, one possible solution to Div 2 Problem D / Div 1 Problem B (named "Integers have Friends") used sparse table data structure to handle range GCD queries. So I posted a new video tutorial explaining what a sparse table is and how we can use it to handle range GCD queries.

Link to the tutorial

After watching that tutorial, you should be able to solve / up-solve (if you did the contest and didnt solve it in contest) the Codeforces problem.

I also made a video editorial for that problem: Link to the video editorial for Integers have Friends

Hope this helps some of you.

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

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

Heartly thanks bro, sparse table is my favourite data structure, its great you are making these videos :) please make one on this This

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

thanks for the videoeditorial ak2006