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 #1784

Closed threeal closed 2 weeks ago

threeal commented 3 weeks ago

This pull request resolves #1783 by solving the problem 590. N-ary Tree Postorder Traversal in C++ using a recursive function.