Using Uninformed & Informed Search Algorithms to Solve 8-Puzzle (n-Puzzle) in Python
This problem appeared as a project in the edX course ColumbiaX: CSMM.101x Artificial Intelligence (AI). In this assignment an agent will be implemented to solve the… Read More »Using Uninformed & Informed Search Algorithms to Solve 8-Puzzle (n-Puzzle) in Python