MCPcopy Create free account
hub / github.com/ShahjalalShohag/code-library / SuffixArray

Method SuffixArray

Strings/Suffix Array Isomorphic.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 vector<vector<int>> t;
41 vector<int> lg;
42 SuffixArray() {}
43 SuffixArray(vector<int> _s) {
44 n = _s.size();
45 s = _s;

Callers

nothing calls this directly

Calls 6

suffix_array_DAFunction · 0.85
push_backMethod · 0.80
resizeMethod · 0.80
precFunction · 0.70
buildFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected