Documentation
¶
Index ¶
Constants ¶
View Source
const ( RED = Color(0) BLACK = Color(1) )
View Source
const (
INT_MAX = math.MaxInt64
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func FindPredecessor ¶
func FindPredecessor(n *Node) *Node
func FindSuccessor ¶
func FindSuccessor(n *Node) *Node
Click to show internal directories.
Click to hide internal directories.