Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add the A* algorithm. #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zjl9959
Copy link

@zjl9959 zjl9959 commented Dec 12, 2022

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
Copy link
Author

zjl9959 commented Dec 12, 2022

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 zjl9959 changed the title Implement the A* algorithm. Add the A* algorithm. Dec 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant