6263646566676869707172
} } WaveAlgorithm waveAlgorithm = new WaveAlgorithm(colorSquareArr); waveAlgorithm.calculate(); List<Point> pathCoordArr = waveAlgorithm.getPath(); for(Point point : pathCoordArr) { if (blockSquaresArr[point.y][point.x] == BLOCK_SQUARE) {