Hierarchical Data Structures (Octrees) for Big Data

preview_player
Показать описание
Octrees and BONO trees
Рекомендации по теме
Комментарии
Автор

4:09 how does the number of node calculations get (logs -1)^2? if that log is base on 2, isn't it supposed to be 8^(logs-1).

pravinpoudel
Автор

I'm guessing the pros of storing the nodes in an array, is that you have faster access (as you don't have to iterate down through the root), and fewer cache misses, correct?

MyLittleMagneton
Автор

Great, but now I can't understand it.

henrytien