Point in convex polygon - fast O(qlogn) algorithm

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025
  • 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/Mat...
    -------
    Music: «New dawn» from Bensound.com

ความคิดเห็น • 12

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

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

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

    finally a good video on this ! thanks !!

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

    i love maths clever things . great content keep up!

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

    Thanks, nice explanation !

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

    awesome

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

    Helpful

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

    good video

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

    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 ปีที่แล้ว +6

      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 ปีที่แล้ว +1

      przepraszam

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

    przepraszam

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

    fucking good