Using TinkerPop3 as the interface to a DSE graph. Is there any easy way to detect cycles in a graph or rather not visit an already visited vertex.
Specifically in my case, There is a "GROUP" vertex and there can be a group of groups. I will like to list all "USERS" in a group of groups.