MCPcopy 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

transformMethod · 0.95
mainMethod · 0.95
CircularSuffixArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected