Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 385 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 385 Bytes

8-Puzzle_Solver

An AI agent that solves the 8-puzzle game.

ColumbiaX CSMM101x artificial Intelligence (AI) course assignment for using Informed and Uninformed Search Algorithms to Solve 8-Puzzle, using the BFS, DFS, A* searching algorithoms.