Can you apply algorithms to graphs like find the shortest path, or cycles.....? If so, could you point me to examples, docs???
Thanks in advance.
Hi, a good starting point is the Graphs topic in the online documentation. Take a closer look at the NGraph class, it has properties and methods that implement many of the most popular graph algorithms.