摘要: 原题链接在这里:https://leetcode.com/problems/n-ary-tree-postorder-traversal/ 题目: Given the root of an n-ary tree, return the postorder traversal of its nodes 阅读全文
posted @ 2022-06-27 05:42 Dylan_Java_NYC 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/n-ary-tree-preorder-traversal/ 题目: Given the root of an n-ary tree, return the preorder traversal of its nodes' 阅读全文
posted @ 2022-06-27 05:24 Dylan_Java_NYC 阅读(51) 评论(0) 推荐(0) 编辑