摘要: 此博客链接: 层次遍历 题目链接:https://leetcode-cn.com/leetbook/read/data-structure-binary-tree/xefh1i/ 题目 给你一个二叉树,请你返回其按 层序遍历 得到的节点值。 (即逐层地,从左到右访问所有节点)。 示例:二叉树:[3, 阅读全文
posted @ 2021-07-08 12:51 萍2樱释 阅读(69) 评论(0) 推荐(0) 编辑