[LeetCode] Construct Quad Tree 建立四叉树

We want to use quad trees to store an N x N boolean grid. Each cell in the grid can only be true or false. The root node represents the whole grid. Fo
posted @ 2018-09-14 22:46  Grandyang  阅读(5476)  评论(0)    收藏  举报
Fork me on GitHub