Quadtree explanation and C implementation [closed]
Asked Answered
K

1

6

Please explain quadtrees and provide simple code (preferably in C) for insertion and searching.

Knowhow answered 28/12, 2010 at 9:14 Comment(3)
@dan_waterworth it will be quite nice in c.Knowhow
@itay i tried googling but none of them were simple.may be i am not so good in algos.please try help meKnowhow
Trees aren't really simple things.Racemic
B
18

Wikipedia has a good article on quadtrees. The quadtree section in these slides is very good.

Here are some C implementations (found via Googling for quadtree c -"c++" -"c#"):

Beaner answered 28/12, 2010 at 11:50 Comment(1)
thnx marcog it was really usefulKnowhow

© 2022 - 2024 — McMap. All rights reserved.