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