Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAX_LEVEL = 32 P_FACTOR = 0.25 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue interface { Push(interface{}) Pop() interface{} Front() interface{} Back() interface{} Size() int Clean() }
func NewListQueue ¶
func NewListQueue() Queue
type Skiplist ¶
type Skiplist struct {
// contains filtered or unexported fields
}
func NewSkipList ¶
func NewSkipList() Skiplist
Click to show internal directories.
Click to hide internal directories.