suffixarray

package
v0.0.0-...-46105d7 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Index

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

Index implementuje indeks łańcucha `text`. Ten indeks składa się z tablicy sufiksów łańcucha `text` i z łańcucha `text`

func New

func New(text []byte) Index

New zwraca indeks łańcucha `text`

func (Index) LookupAll

func (x Index) LookupAll(s []byte) []int

LookupAll zwraca wycinek, którego elementami są wszystkie te pozycje, na których łańcuch `s` występuje w łańcuchu `x.text`

func (Index) Suffix

func (x Index) Suffix(i int) []byte

Suffix zwraca ten sufiks łańcucha `x.text`, który zaczyna się od `i`-tej pozycji tego łańcucha

Jump to

Keyboard shortcuts

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