package
Version:
v0.0.0-...-9c837d5
Opens a new window with list of versions in this module.
Published: Oct 13, 2022
License: GPL-3.0
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 {
Value int
Left, Right *Node
}
func (node *Node) SetValue(value int)
func (node *Node) Traverse()
func (node *Node) TraverseFunc(f func(*Node))
func (node *Node) TraverseWithChannel() chan *Node
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.