MathEsthesia
MathEsthesia
  • 1
  • 11 543
Point in convex polygon - fast O(qlogn) algorithm
In this video you will learn about fast algorithm of checking whether point is inside or outside of the convex polygon. With this algorithm answer for each query can be efficiently found using just log(n) operations.
Source code of the algorithm: github.com/MathEsthesia/Point-in-convex-polygon
-------
Music: «New dawn» from Bensound.com
มุมมอง: 11 543

วีดีโอ

ความคิดเห็น

  • @shahedannam1697
    @shahedannam1697 4 หลายเดือนก่อน

    awesome

  • @atikurrahmanhridoy7192
    @atikurrahmanhridoy7192 8 หลายเดือนก่อน

    Helpful

  • @emilharutyunyan7301
    @emilharutyunyan7301 ปีที่แล้ว

    Had hard time understanding it in Computer Graphics class, thank you. It was very helpful <3

  • @simamr8087
    @simamr8087 2 ปีที่แล้ว

    i love maths clever things . great content keep up!

  • @107-t9s
    @107-t9s 2 ปีที่แล้ว

    przepraszam

  • @cristian199783
    @cristian199783 3 ปีที่แล้ว

    Thanks, nice explanation !

  • @또루꾸막뚜
    @또루꾸막뚜 3 ปีที่แล้ว

    fucking good

  • @herooo.2928
    @herooo.2928 4 ปีที่แล้ว

    This doesn't look like log n. It's a linear scan of the vertices until you find two vectors which point Q lies in.

    • @YoO161
      @YoO161 4 ปีที่แล้ว

      yea thats what the visualisation shows, but as we have a binary choice (positive or negative) it can be done with binary search

    • @107-t9s
      @107-t9s 2 ปีที่แล้ว

      przepraszam

  • @falseee4445
    @falseee4445 4 ปีที่แล้ว

    finally a good video on this ! thanks !!

  • @hackerhaddi
    @hackerhaddi 4 ปีที่แล้ว

    good video