Loading...
Logo
Processing Forum

A* search algorithm

in Share your Work  •  6 months ago  
Hi,
as part of my AI planning class I have created an applet demonstrating A* search algorithm in action. The code might help also to anybody else. 

Here you are: applet

Best

Replies(1)

Sure.
I appreciate the visual demonstration of the algorithm.
It reminds me of http://qiao.github.io/PathFinding.js/visual/ which shows variants and other algorithms. Perhaps a future task for you?