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

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

What are the computational geometry algorithms that appear in programming contests? Thanks in advance. . .

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

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

Just two that came to mind are: convex hull and sweep line

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

you can find a whole chapter in Competitive Programming 3 it cover most of them besides that if you're already familiar with geometry such as points, lines, polygons(triangles, squares, ...) and vectors it will be pretty easy for you