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

Method SuffixArray

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

Source from the content-addressed store, hash-verified

92 vector<vector<int>> t;
93 vector<int> lg;
94 SuffixArray() {}
95 SuffixArray(string _s) {
96 n = _s.size();
97 s = _s;

Callers

nothing calls this directly

Calls 5

suffix_arrayFunction · 0.85
resizeMethod · 0.80
precFunction · 0.70
buildFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected