[quote]In C, quadtrees are densely packed structures using pointers to bits of itself, all stored in a contiguous block of memory. It’s as efficient as it can possibly be.
[/quote]
are we talking of C or C++, too?
Im learning C++ in the moment… so i cannot argumentate on this side.
But if i understood you correctly, you mean in c (++?) quadtrees would be
more efficient because of pinters, and a better memory information structure?
Then, i would say, every program would be “better” in c, because why this point
should only be a plus in quadtrees? Data Structures in General should be better in C then,
if implemented correctly…
But why, i don’t understand… if the data is spread over the ram or not, at the and
there are just pointers pointing to the correct position, or not?..