Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_LEVEL = 32
View Source
const P = 4
Variables ¶
This section is empty.
Functions ¶
func NewSkipList ¶
func NewSkipList() *skipList
Types ¶
type SkipListNode ¶
type SkipListNode struct { Score int Data interface{} // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.