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

Автор lydxlx, история, 6 лет назад, По-английски

In this post, I am summarizing a list of highlighted problems with their corresponding categories.


Interval Questions

1462F - The Treasure of The Segments — Given a list of intervals and a query interval, count efficiently how many given intervals overlap with the query interval?

Math

1463B - Find The Array — Modify an array s.t. every element is divisor/multiple of its neighbor(s), while sum of element-wise difference is no more than half of original array sum.

One elegant solution

1450C2 - Errich-Tac-Toe (Hard Version) — No 3 continuous horizontal / vertical grid cells under the same color.

More hints

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

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

please add some more problems.

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

The text next to the problems (in particular next to 1450C2 - Крестики Нолики Errichto (сложная версия)) is a big hint, maybe it should be put under spoiler.