Traverser icon indicating copy to clipboard operation
Traverser copied to clipboard

Traversing example in Scala, Groovy, Kotlin

Open amatiushkin opened this issue 5 years ago • 5 comments

Add example of using this library API in Scala, Groovy, Kotlin as test or sample code or code snippet.

There is no required minimum, even one example from list is good to have:

  • iterators using DFS/BFS pre/post order
  • DFS pre-order and custom visitor
  • DFS post-order and custom visitor
  • BFS pre-oreder and custom visitor
  • BFS post-order and custom visitor

The description is intentionally vague to test existing documentation.

Feel free to open issues against documentation and samples.

amatiushkin avatar Oct 05 '20 17:10 amatiushkin

@amatiushkin Would like to pick this up. Please confirm.

One query I will look to complete listed traversals with one of Scala/Kotlin. What is completion criteria for this issue ?

altfix avatar Oct 06 '20 03:10 altfix

I'd be willing to take this on and implement using Scala

stong2351 avatar Oct 07 '20 16:10 stong2351

@stong2351 thanks for signing up! Here is a dedicated issue for Scala: #19

Please add a comment and I will assign it to you.

amatiushkin avatar Oct 15 '20 18:10 amatiushkin

Thanks!

stong2351 avatar Oct 16 '20 01:10 stong2351

I would like to add in Groovy. Would like to check if it's not picked up yet. @amatiushkin

vaggarwal2 avatar Oct 17 '20 15:10 vaggarwal2