Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinarySearch ¶
type BinarySearch struct { *Element // contains filtered or unexported fields }
func New ¶
func New() *BinarySearch
func (*BinarySearch) Insert ¶
func (b *BinarySearch) Insert(v interface{}, less func(i, j interface{}) bool) *Element
func (*BinarySearch) Len ¶
func (b *BinarySearch) Len() int
func (*BinarySearch) Remove ¶
func (b *BinarySearch) Remove(v interface{}, less func(i, j interface{}) bool) *Element
func (*BinarySearch) Search ¶
func (b *BinarySearch) Search(v interface{}, less func(i, j interface{}) bool) *Element
Click to show internal directories.
Click to hide internal directories.