package
0.0.0-20250206101203-bd6683890685
Repository: https://github.com/dockerian/go-coding.git
Documentation: pkg.go.dev

# Functions

NewBTNode constructs an BTNode instance.
NewIntBTNode constructs an IntBTNode instance.
NewStrBTNode constructs an StrBTNode instance.

# Structs

BTNode represents a binary tree node.
IntBTNode represents an integer (int) binary tree node.
StrBTNode represents an integer (int) binary tree node.

# Interfaces

BT interface includes basic functions for a binary tree item.
IntBT interface for any binary tree item contains int value.
StrBT interface for any binary tree item contains string value.