请解释四叉树并提供用于插入和搜索的简单代码(最好是 C 语言)。
Please explain quadtrees and provide simple code (preferably in C) for insertion and searching.
维基百科有一篇很好的关于四叉树的文章。 这些幻灯片中的四叉树部分非常好。
以下是一些 C 实现(通过 谷歌搜索四叉树 c -"c++" -"c#"):
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#"):
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
维基百科有一篇很好的关于四叉树的文章。 这些幻灯片中的四叉树部分非常好。
以下是一些 C 实现(通过 谷歌搜索四叉树 c -"c++" -"c#"):
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#"):