摘要: 题目 Given an n x n binary matrix grid, return the length of the shortest clear path in the matrix. If there is no clear path, return -1. A clear path i 阅读全文
posted @ 2022-03-24 23:55 frankming 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 题目 Given the roots of two binary trees root and subRoot, return true if there is a subtree of root with the same structure and node values of subRoot 阅读全文
posted @ 2022-03-24 23:07 frankming 阅读(13) 评论(0) 推荐(0) 编辑