Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traverser DFS/BFS pre/post order examples in Kotlin #17

Open
amatiushkin opened this issue Oct 6, 2020 · 6 comments
Open

Traverser DFS/BFS pre/post order examples in Kotlin #17

amatiushkin opened this issue Oct 6, 2020 · 6 comments
Assignees
Labels

Comments

@amatiushkin
Copy link
Contributor

amatiushkin commented Oct 6, 2020

There few things which would be nice to have as part of this PR:

  • example of how to import Traverser into Kotlin project
  • sample code snippet which runs DFS/BFS pre/post order against example data set (for example company organization chart or bring your sample)

As one of practical suggestion -- StackOverflow or some other forum might have a question about traversing something in mobile app, this could be a good tasks which can be solved with traversal as well.

This task specify #16 for @qbool

@amatiushkin amatiushkin changed the title Traverser examples in Kotlin Traverser DFS/BFS pre/post order examples in Kotlin Oct 6, 2020
@abhishekganesan
Copy link

@amatiushkin

@stong2351
Copy link

Is this assigned to anyone yet? if not I'm interested

@altfix
Copy link

altfix commented Oct 7, 2020

Yes it's assigned to me. Although you can implement these using Scala see #16

@stong2351
Copy link

Cool, I just responded to that thread. I'd be willing to use Scala

@vaggarwal2
Copy link

I would like to add it in Kotlin.

@vaggarwal2
Copy link

Looks like a PR is already raised for it. I can work in Groovy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants