stree

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package stree implements a segment tree and serial algorithm to query intervals

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stree

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

func (*Stree) AddRange

func (t *Stree) AddRange(from, to ValueType)

AddRange pushes new interval to stack

func (*Stree) Build

func (t *Stree) Build()

Build segment tree out of interval stack

func (*Stree) Clear

func (t *Stree) Clear()

Clear the interval stack

func (Stree) Contains

func (t Stree) Contains(value ValueType) bool

type ValueType

type ValueType uint32

Jump to

Keyboard shortcuts

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