DevAnatolii / AStartAlgorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AStartAlgorithm

This repository contains implementation of A* (find path) algorithm.
Input data for algorithm is a file, path of which should be passed to program by -path key (For instance, -path=/Users/user/Documents/Input Data.txt).
This file represents a field, where every cell marked by symbol.

There are following agreed symbols:
A - initial position
B - target position
X - cell with obstacle
O - empty cell

When program finishes, a result will be displayed on console

About


Languages

Language:Go 100.0%