code-chronicles-code / leetcode-curriculum

https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
6 stars 12 forks source link

Add a Java goody for traversing an N-ary tree in post-order #393

Open miorel opened 3 weeks ago

miorel commented 3 weeks ago

For inspiration, take a look at the TypeScript goody added in #388, currently located at workspaces/adventure-pack/goodies/typescript/traversePostOrderNAry/index.ts.