MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / percolates

Method percolates

hw2/src/Percolation.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public boolean percolates() {
31 // TODO: Fill in this method.
32 return false;
33 }
34
35 // TODO: Add any useful helper methods (we highly recommend this!).
36 // TODO: Remove all TODO comments before submitting.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected