Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Tree Iterators

This example demonstrates how to traverse tree nodes using the provided iterators. It first shows the tree structure visually, then demonstrates how different iterator methods explore the nodes in various orders.

Running the Example

go run main.go

Demo

The Demo