Previous | Next --- Slide 17 of 59
Back to Lecture Thumbnails
mangocourage

Could anybody clarify why the expected number of nodes touched would be around log(N)/(theta)^2?

kayvonf

http://arxiv.org/pdf/astro-ph/0202512.pdf

Here is the original paper describing Barnes-Hut!

afzhang

You might also find this explanation of the Barnes-Hut algorithm helpful. Lots of visuals. :)

kayvonf

Oh wow. That's outstanding. I'm going to ask to use their diagrams next year. They are way better than mine.

sanchuah

The structure looks like kd-tree. Does Barnes-Hut tree have relationship with KD-tree?