filmov
tv
N-ary Tree Postorder Traversal - Leetcode 590 - Java

Показать описание
Problem Description
Given the root of an n-ary tree, return the postorder traversal of its nodes' values.
Given the root of an n-ary tree, return the postorder traversal of its nodes' values.