Documentation ¶
Index ¶
Constants ¶
View Source
const ( RED = true BLACK = false )
View Source
const INDENT_STEP = 4
---------------------------------------------------------- tree print
Variables ¶
This section is empty.
Functions ¶
func Print_helper ¶
Types ¶
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
func (*Tree) Count ¶
--------------------------------------------------------- Lookup by Rank READ-LOCK
func (*Tree) Delete ¶
---------------------------------------------------------- Delete an id from a node WRITE-LOCK
func (*Tree) Insert ¶
---------------------------------------------------------- Insert an element WRITE-LOCK
func (*Tree) Locate ¶
---------------------------------------------------------- locate a score & id READ-LOCK
Click to show internal directories.
Click to hide internal directories.