code-chronicles-code / leetcode-curriculum

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

Add a Kotlin goody for traversing a binary tree in pre-order #391

Open miorel opened 3 weeks ago

miorel commented 3 weeks ago

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