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

Method isFull

hw2/src/Percolation.java:20–23  ·  view source on GitHub ↗
(int row, int col)

Source from the content-addressed store, hash-verified

18 }
19
20 public boolean isFull(int row, int col) {
21 // TODO: Fill in this method.
22 return false;
23 }
24
25 public int numberOfOpenSites() {
26 // TODO: Fill in this method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected