Previous | Next --- Slide 22 of 63
Back to Lecture Thumbnails
iamk_d___g

Is there a way to dynamically maintain the tree structure for reducing cost (like adaptive Huffman coding)?

Q_Q

I don't think there is a way to dynamically maintain the tree other than generating the quad-tree from the locations of the particles in the simulation. The tree needs to represent which particles are close to each other, so that is the tree structure.