Package com.edu.xmum.CST210.AlgorithmStrategy
package com.edu.xmum.CST210.AlgorithmStrategy
-
ClassDescriptionImplementation of the A* algorithm for pathfinding in a maze.Inner class representing a node in the A* algorithm.Implementation of the depth-first search (DFS) strategy for pathfinding in a maze.Interface for pathfinding strategy in a maze.Context class for pathfinding strategy.