running the code from the example here directly -
https://neo4j.com/docs/graph-data-science/current/algorithms/dfs/
it returns A->C->D->E->B
running the dfs again returns A->E->D->C->B
both of these are different from one another, and both are incorr...