algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Add the A* algorithm.

Open zjl9959 opened this issue 2 years ago • 1 comments
trafficstars

A* algorithm is a commonly used and efficient 2D grid pathfinding algorithm. @64json Please take a look.

This is the visualization result: A* algorithm example

PS: I'm working on an algorithm animation engine for Python called algviz. You can take a look if interested. Thanks!

zjl9959 avatar Dec 12 '22 14:12 zjl9959

This is the CI failed log:

node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)

node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)

node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)

The command "npm config set spin false" failed and exited with 1 during .

Seems the test machine didn't startup normally.

zjl9959 avatar Dec 12 '22 15:12 zjl9959