AALG7: Building Kd-trees and range trees: presorting

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

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

  • @derarcane
    @derarcane 7 ปีที่แล้ว

    Thanks. I enjoyed the explanation using the pseudocode, though I'd also like to see the how time complexity of the recurrence relation is calculated.

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

    For people trying to implement this, be aware of the following:
    Let's say you have a set of points where the median in x is 80 for example, but you have multiple points where x is 80.
    Now on this line: if Y[i].x

  • @mingjunzhang
    @mingjunzhang 6 ปีที่แล้ว

    Good one, thank you for the work.

  • @richardliu7848
    @richardliu7848 6 ปีที่แล้ว

    Thank you, thank you!

  • @a.g-z4x
    @a.g-z4x 8 ปีที่แล้ว

    Thank you very much.