An open API service indexing awesome lists of open source software.

https://github.com/kirilldanshin/tree-traversal-example

Simple example of three ways to traverse a tree/graph with infinite nesting
https://github.com/kirilldanshin/tree-traversal-example

example golang traversal tree tree-structure

Last synced: about 1 year ago
JSON representation

Simple example of three ways to traverse a tree/graph with infinite nesting

Awesome Lists containing this project

README

          

# tree traversal example

A simple tree traversal example.

# Usage
```
-f, --filepath string json file path
-g, --generateNodes int generate N nodes and write to a given filepath
-p, --parallel enable parallel method. uses waitgroup in each method
```