public class SuffixSort extends Object
| Constructor and Description |
|---|
SuffixSort() |
| Modifier and Type | Method and Description |
|---|---|
static void |
qsufsort(int[] I,
int[] V,
byte[] data) |
static SearchResult |
search(int[] I,
byte[] oldBytes,
int oldOffset,
byte[] newBytes,
int newOffset,
int start,
int end) |
static void |
split(int[] I,
int[] V,
int start,
int len,
int h) |
public static void qsufsort(int[] I,
int[] V,
byte[] data)
public static void split(int[] I,
int[] V,
int start,
int len,
int h)
public static SearchResult search(int[] I, byte[] oldBytes, int oldOffset, byte[] newBytes, int newOffset, int start, int end)
Copyright © 2016 Colorado State University. All rights reserved.