Implementation of Depth First Search, Breadth First Search, Iterative Deepening and A* for solving a puzzle game. This is part of a coursework assignment for Intelligent Systems module (COMP2208 - @ University of Southampton)
java agent tiles algorithms astar puzzle-game ascii-art dfs ids tree-structure search-algorithm bfs blind-search puzzle-solver heuristic-search artificial-intelligence-algorithms box-drawing treesearch
-
Updated
May 14, 2020 - Java