package
Version:
v0.0.0-...-1c8a91e
Opens a new window with list of versions in this module.
Published: Jun 10, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Node struct {
Left, Right *Node
}
结构体:节点定义
func (node *Node) Traverse()
接收者允许为空指针nil
nil可以调用方法,因此在遍历时不需要判断节点是否为nil
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.