mariamingallonMM / AI-SearchAlgorithm-A1-8puzzle

This is the first assignment from the AI Columbia X micromaster - Week 2 & 3 Assignment 1: Develop an algorithm to resolve the 8puzzle game using: BFS (Breadth First Search), DFS (Depth First Search) and A* (Astar) strategies. Note queueing and dequeuing methods are to use the order of UDLR ('Up', 'Down', 'Left', 'Right').

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mariamingallonMM/AI-SearchAlgorithm-A1-8puzzle Issues

No issues in this repository yet.