Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorNotFound = fmt.Errorf("not found")
ErrorNotFound is returned when a key is not in the binary search tree
Functions ¶
This section is empty.
Types ¶
type BSTree ¶
type BSTree struct {
// contains filtered or unexported fields
}
BSTree represents a binary search tree
Click to show internal directories.
Click to hide internal directories.