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

Method SAP

LabEnv/06Lab/SAP.java:19–22  ·  view source on GitHub ↗
(Digraph G)

Source from the content-addressed store, hash-verified

17 private final Digraph g;
18
19 public SAP(Digraph G) {
20 if (G == null) throw new IllegalArgumentException();
21 g = new Digraph(G);
22 }
23
24 private class Helper {
25 private int length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected