examples

package
v0.0.0-...-0b912f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2016 License: BSD-2-Clause Imports: 13 Imported by: 0

Documentation

Index

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

type RedBlackTreeExtended struct {
	*rbt.Tree
}

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)

type User

type User struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL