Deep, Very Deep

We are going to compare different search techniques on this graph. Assume that:
- the start state is A
- the goal state is F
- the successors (children) of a state are pushed onto the agenda in REVERSE alphabetical order
- we are not considering paths that revisit the same state (within the path)
Enter your answers below as a sequence of state names, with no punctuation,
e.g. A B D
What path will be found by breadth-first search:
What path will be found by depth-first search: