Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MolinDeng/Princeton-algs4
/ length
Method
length
LabEnv/10Lab/CircularSuffixArray.java:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
// length of s
86
public
int
length() {
87
return
n;
88
}
89
90
// returns index of ith sorted suffix
91
public
int
index(
int
i) {
Callers
3
transform
Method · 0.95
main
Method · 0.95
CircularSuffixArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected