Search Algorithm
A simple python implementation of A* and bfs algorithm solving Eight-Puzzle
Table of Contents
Requirement
To run this project, you need install some python packages.
$ pip install numpy=='1.19.0'
$ pip install argparse=='1.1'
Usage
Details
Run this command for help info.
$ python astar.py -h
Run
$ python astar.py --w=astar
$ python astar.py --w=bfs