Breadth First Search or similar algorithms

Breadth First Search, Dijkstra’s algorithm…
Have anyone ported to Xojo those pathfinding algorithms?

I remember seeing those in the Xojo Developer Magazine.

Do you remember (+/-) which issue?, as searching by name (Breadth First Search, Dijkstra’s) is not giving me any result.

http://www.xdevmag.com/browse/1.5/1510/ .

Thanks Beatrix, unfortunately the example is very old, made with Real Basic 2013… difficult to understand, and many obsolete objects, difficult to update to current Xojo.

Here’s an updated version:

https://www.dropbox.com/s/oywccsl3p69mplx/PathFinder.xojo_binary_project?dl=1

[quote=487239:@Greg O’Lone]Here’s an updated version:

https://www.dropbox.com/s/oywccsl3p69mplx/PathFinder.xojo_binary_project?dl=1[/quote]
Thank you Greg.