Re: quad tree
- Posted by mic_ Aug 08, 2009
- 1231 views
Perhaps you should begin with stating to yourself what it is you actually need the tree for. It wasn't very clear from your previous post at least. A tree is just a data structure, but what kind of data do you want to store in each node, and what are the operations you want to perform on the tree? After you've decided on that maybe the implementation will become obvious to you.