QuadTree Model for generating random road network
翻译 - 生成随机道路网络的QuadTree模型
The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.
#算法刷题#This repository shows how to build a quad tree in a squared map. This data structure can be used to check for collisions super efficiently. Used mainly in games.