Replies: 1 comment 2 replies
-
This is a fun puzzle, I'll do it in nearest days if noone jumps onto this thread with the solution :-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Will be great if you can add an example for Depth First traversal in a graph. If you have a tree like
a
b c (under a)
b1 b2 ( under b)
c1 c2 ( under c)
Some query with an OrderBy that will produce the output a, b, b1,b2, c, c1, c2
Most of the graph examples dont have an OrderBy. The Victoria example with child, grandchild is almost there but it does not have an Depth first OrderBy.
Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions