(int N)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected