177178179180181182183184185186
} public void pathCalculation() { AlgorithmFactory algorithmFactory = Factories.createFactory(currAlgorithm); Algorithm algorithm = algorithmFactory.getAlgorithm(colorSquareArr); algorithm.calculate(); pathCoordArr = algorithm.getPath(); }