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

Method Percolation

hw2/src/Percolation.java:7–9  ·  view source on GitHub ↗
(int N)

Source from the content-addressed store, hash-verified

5 // TODO: Add any necessary instance variables.
6
7 public Percolation(int N) {
8 // TODO: Fill in this constructor.
9 }
10
11 public void open(int row, int col) {
12 // TODO: Fill in this method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected