I am trying to take an array of XY clusters and cerate the shortest path through the points, I remember using dykstras back in grad school for something similar. Has anyone implemented such an algorithm in labview?
I believe A* is probably the most efficient pathfinding algorithm. I started to implement one and ended up with a depth-first algorithm. However, the building blocks can be used for A* as well. If you are interested, I can dig it up and post it.