add: 230227
This commit is contained in:
parent
d38873562f
commit
2cc35c392a
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
Loading…
Reference in New Issue