Please read the new rule regarding the restriction on the use of AI tools. ×

Phenom10's blog

By Phenom10, history, 3 years ago, In English

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.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +2 Vote: I do not like it

do IMO problems.

»
3 years ago, # |
  Vote: I like it +14 Vote: I do not like it

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.