• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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').