Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2023 Changes in this version + type InOrderByRecursion struct + func (m *InOrderByRecursion) GetAttribute() *C.Attribute + func (m *InOrderByRecursion) Method(node *list.Node) []int + type InOrderByStack struct + func (m *InOrderByStack) GetAttribute() *C.Attribute + func (m *InOrderByStack) Method(node *list.Node) []int + type PostOrderByDoubleStack struct + func (m *PostOrderByDoubleStack) GetAttribute() *C.Attribute + func (m *PostOrderByDoubleStack) Method(node *list.Node) []int + type PostOrderByRecursion struct + func (m *PostOrderByRecursion) GetAttribute() *C.Attribute + func (m *PostOrderByRecursion) Method(node *list.Node) []int + type PreOrderByRecursion struct + func (m *PreOrderByRecursion) GetAttribute() *C.Attribute + func (m *PreOrderByRecursion) Method(node *list.Node) []int + type PreOrderByStack struct + func (m *PreOrderByStack) GetAttribute() *C.Attribute + func (m *PreOrderByStack) Method(node *list.Node) []int + type PreOrderByStack2 struct + func (m *PreOrderByStack2) GetAttribute() *C.Attribute + func (m *PreOrderByStack2) Method(node *list.Node) []int