Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_DA
Function · 0.85
push_back
Method · 0.80
resize
Method · 0.80
prec
Function · 0.70
build
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected