Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevenroose/javastar

A generic and complete A* search algorithm implementation for Java.
https://github.com/stevenroose/javastar

Last synced: about 2 months ago
JSON representation

A generic and complete A* search algorithm implementation for Java.

Awesome Lists containing this project

README

        

javastar
========

JavAstar, or javA*, provides a full implementation of the A* search algorithm on an abstract level.

Everyone wanting to implement A* for any purpose can use this package to work with. This project aims to be simple to use, hence promising optimal results and performance.

The correctness of the implementation has not yet been confirmed by a third party. Although, I believe the current implementation is correct and nearly optimal.

Of course, all suggestions are always welcome! Feel free to send me an e-mail or open an issue with problems or questions.

Checkout the current javadoc documentation here: http://stevenroose.github.io/javastar/javadoc/