
The highest tagged major version is
v2.
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Oct 21, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
BST type.
func (t *Tree) Insert(value interface{})
Inserts the given value.
func (t *Tree) Max() interface{}
Max value.
func (t *Tree) Min() interface{}
Min value.
func (t *Tree) Remove(value interface{}) bool
Removes the given value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.