suffixTree: Construct a suffix tree for a given string.

View source: R/suffixTrees.R

suffixTreeR Documentation

Construct a suffix tree for a given string.

Description

Construct a suffix tree for a given string.

Usage

suffixTree(str)

Arguments

str

the input string

Value

the suffix tree (implemented as list of lists)


jweile/yogiseq documentation built on July 8, 2022, 12:48 a.m.