Traverser icon indicating copy to clipboard operation
Traverser copied to clipboard

Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.

Results 7 Traverser issues
Sort by recently updated
recently updated
newest added

**1. Issue Link:** #16 **2. Brief explanation of a change:** Adding Examples on Traverser Library Integration in Kotlin for Cyclic Graph Traversal UseCase **3. Will it break existing clients and...

Traverser context builder defines a context strategy (see TraverseContextBuilder.[ContextStrategy](https://github.com/intuit/Traverser/blob/4ad80b64ca4cfb5492bb822b9363ec5cafc209c2/src/main/java/com/intuit/commons/traverser/TraverseContextBuilder.java#L173)), which helps to control result during traversal. In case of post order traversal, the action to set result is invoked once...

help wanted

Explore and create an example of how traverser's iterators API can be used in Kotlin. It could be as as small as code snippet or full-fledged example application. This task...

good first issue
hacktoberfest

**1. Issue Link:** https://github.com/intuit/Traverser/issues/17 **2. Brief explanation of a change:** **3. Will it break existing clients and code in production?** YES

DFS/BFS pre/post order examples in Scala **1. Issue Link:** **2. Brief explanation of a change:** **3. Will it break existing clients and code in production?**

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 first issue
hacktoberfest

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...

good first issue
hacktoberfest