1

Looking at https://en.wikipedia.org/wiki/Pathfinding, two algorithms are described, followed by a "sample algorithm", which is not named.

My question:

What is the name of the algorithm described under the section " sample algorithm "?

2 Answers 2

1

This looks like a breadth first search

Sign up to request clarification or add additional context in comments.

2 Comments

Sure, but that's way too broad, so to speak. Surely there's something more specific?
@ErickG.Hagstrom Looks like a vanilla BFS to me. Not sure how that's too broad.
-1

Algorithm is commonly known as "Jarvis distance transform"

This particular algorithm is used both in image processing and path-finding.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.