Category "path-finding"

Android - Indoor Pathfinding suggestions

I'm working currently on a indoor pathfinding project. You can imagine it like this: enter image description here In my application i have two searchviews for

Longest path on a grid, without revisiting grid cells

I am looking for an algorithm to fidn the longest path between two points on a grid, with the added restriction that you cannot revisit a cell on the grid. (Als