/** * 427. Construct Quad Tree * Given a n * n matrix grid of 0's and 1's only. We want to represent the grid with a Quad-Tree. * Return the root of the Quad-Tree representing the grid. * * Refer: 220429-CN.cpp */