Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
Simple example of three ways to traverse a tree/graph with infinite nesting
- Host: GitHub
- URL: https://github.com/kirilldanshin/tree-traversal-example
- Owner: kirillDanshin
- License: apache-2.0
- Created: 2019-06-18T15:49:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T15:57:25.000Z (over 5 years ago)
- Last Synced: 2023-02-28T23:32:43.962Z (almost 2 years ago)
- Topics: example, golang, traversal, tree, tree-structure
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```