is there a path algorithm?

mc 5,426 Reputation points
2025-06-23T12:38:05.5633333+00:00

I am using .net android

and I want to ask that is there any path algorithm?

I have 3 line intersected

User's image

I want to find a way from A to B

and remove the other line

User's image

Developer technologies .NET .NET MAUI
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-06-23T15:21:31.54+00:00

    You could probably use the backtrack algorithm, and delete the backtracks

    https://en.wikipedia.org/wiki/Backtracking


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.