//
pkg.gl
Category
github.com/3th1nk/easygo
dataStruct
tree
package
0.0.0-20240826130101-256bcdb5d6a2
Repository:
https://github.com/3th1nk/easygo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
336 SLOC
#
Functions
RegisterNodeDataDecoder
No description provided by the author
#
Constants
OrderPost
后序遍历,先遍历子节点,然后再遍历根节点.
OrderPre
前序遍历,先遍历根节点,然后再遍历子节点.
#
Structs
Node
No description provided by the author
NodeData
No description provided by the author
Tree
No description provided by the author
#
Type aliases
EachOrder
go:generate stringer -type EachOrder -trimprefix Order.