MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / Helper

Method Helper

LabEnv/06Lab/SAP.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 private int ancestor;
27
28 Helper() {
29 length = -1;
30 ancestor = -1;
31 }
32
33 // query key 0 return length; 1 return id
34 private void findSAP(int v, int w) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected