threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 590. N-ary Tree Postorder Traversal #1783

Closed threeal closed 2 months ago

threeal commented 2 months ago

This issue suggests solving the problem 590. N-ary Tree Postorder Traversal. To achieve this, we can follow the solution for problem 145. Binary Tree Postorder Traversal in #1778, with a slight modification to handle multiple children.