code-chronicles-code / code-chronicles-code/leetcode-curriculum
Add a Kotlin goody for traversing a binary tree in post-order
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
For inspiration, take a look at the TypeScript goody added in #157, currently located at [`workspaces/adventure-pack/goodies/typescript/traversePostOrder/index.ts`](../tree/main/workspaces/adventure-pack/goodies/typescript/traversePostOrder/index.ts).
Contributor guide
Research direction
Start by reading the TypeScript reference at workspaces/adventure-pack/goodies/typescript/traversePostOrder/index.ts and inspect the surrounding goodies structure. Add the corresponding Kotlin goody for traversing a binary tree in post-order; done means the Kotlin implementation is present in the expected goody location and matches the referenced behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- content
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100