Hi,
I want to use the BFS to detect cycles in a graph I constructed using bundled vertex properties. I want a feature that as soon as I detect a cycle, I can do some processing on the cycle path and then go back to look for other cycles in the main graph.
I am really confused with the documentation regarding BFSvisitor concepts.
I would really appreciate some help regarding how to proceed with this.
Thanks,
Abde Ali