Search
⌘K

Leetcode 558. Logical OR of Two Binary Grids Represented as Quad-Trees

Given two quad-trees representing n×n binary matrices, produce a quad-tree representing their cellwise logical OR. Recursively combine corresponding nodes by applying OR at leaves and otherwise merging child subtrees, collapsing to a leaf when all four children become uniform.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.