Skip to content

varunkvv/astar-multithreaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The astar folder contains a multithreaded (for parallelism) Java implementation of the A* algorithm. 
I wrote this code a couple of weeks ago, to learn the threads API in Java.
The A* algorithm is essentially a path finding algorithm, variations of which are commonly used for AI in strategy games. 
For more information, see http://en.wikipedia.org/wiki/A*_search_algorithm.

About

A Multithreaded Implementation of AStar Algorithm in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors