Skip to content

Maxcode123/a_star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a_star

Implementations of A* search algorithm.

Problem:

Find the path with the lowest cost between the upper left corner to the lower right corner of a board with given dimensions and given barriers.
The board consists of a grid of squares.
Movement is allowed to any direction by one square.
The cost to move from one position to a neighbouring position is 1.
The cost to move from a position to a barrier is 100.

About

Implementations of A* search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published