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

Method isOpen

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

Source from the content-addressed store, hash-verified

13 }
14
15 public boolean isOpen(int row, int col) {
16 // TODO: Fill in this method.
17 return false;
18 }
19
20 public boolean isFull(int row, int col) {
21 // TODO: Fill in this method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected