Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

I am a beginner in CP, though I am able to solve ad-hoc problems in CodeChef long challenges division-3, I am not able to solve range queries and geometry problems. Any suggested reading to get better in geometry in these topics. I know data structures up to trees if one learns them sequentially like arrays, vectors linked list stacks queue, etc.

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

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

do IMO problems.

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

Interestingly, there aren't many geometry tutorials that can be easily found searching the net. However, I found these two. The first one is rather short while this is longer. They seem to be pretty good for beginners.

By the way, what did you mean combining geometry and range queries? I know really few (if any) problems, that involve these topics together. Do you want just to learn the topics independently? Then the blog name is kinda misleading.