Closed threeal closed 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.
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.