Documentation ¶
Index ¶
- func ArrayListExample()
- func ArrayStackExample()
- func BinaryHeapExample()
- func CustomComparatorExample()
- func DoublyLinkedListExample()
- func EnumerableWithIndexTest()
- func EunumerableWithKey()
- func HashMapExample()
- func HashSetExample()
- func LinkedListStackExample()
- func RedBlackTreeExample()
- func RedBlackTreeExtendedExample()
- func SinglyLinkedListExample()
- func SortExample()
- func TreeMapExample()
- func TreeSetExample()
- type RedBlackTreeExtended
- func (tree *RedBlackTreeExtended) GetMax() (value interface{}, found bool)
- func (tree *RedBlackTreeExtended) GetMin() (value interface{}, found bool)
- func (tree *RedBlackTreeExtended) RemoveMax() (value interface{}, deleted bool)
- func (tree *RedBlackTreeExtended) RemoveMin() (value interface{}, deleted bool)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayListExample ¶
func ArrayListExample()
func ArrayStackExample ¶
func ArrayStackExample()
func BinaryHeapExample ¶
func BinaryHeapExample()
func CustomComparatorExample ¶
func CustomComparatorExample()
func DoublyLinkedListExample ¶
func DoublyLinkedListExample()
func EnumerableWithIndexTest ¶
func EnumerableWithIndexTest()
func EunumerableWithKey ¶
func EunumerableWithKey()
func HashMapExample ¶
func HashMapExample()
func HashSetExample ¶
func HashSetExample()
func LinkedListStackExample ¶
func LinkedListStackExample()
func RedBlackTreeExample ¶
func RedBlackTreeExample()
func RedBlackTreeExtendedExample ¶
func RedBlackTreeExtendedExample()
func SinglyLinkedListExample ¶
func SinglyLinkedListExample()
func SortExample ¶
func SortExample()
func TreeMapExample ¶
func TreeMapExample()
func TreeSetExample ¶
func TreeSetExample()
Types ¶
type RedBlackTreeExtended ¶
func (*RedBlackTreeExtended) GetMax ¶
func (tree *RedBlackTreeExtended) GetMax() (value interface{}, found bool)
func (*RedBlackTreeExtended) GetMin ¶
func (tree *RedBlackTreeExtended) GetMin() (value interface{}, found bool)
func (*RedBlackTreeExtended) RemoveMax ¶
func (tree *RedBlackTreeExtended) RemoveMax() (value interface{}, deleted bool)
func (*RedBlackTreeExtended) RemoveMin ¶
func (tree *RedBlackTreeExtended) RemoveMin() (value interface{}, deleted bool)
Click to show internal directories.
Click to hide internal directories.