please answer asap, i will give you a like
b.Given the following graph:
In what order would a depth-first tree traversal,starting from node O,visit these nodes? (Suppose when there is a tie,the node will the smaller number will be visited first.)
In what order would a breadth-first tree traversal,starting from node 0,visit these nodes? (Suppose when there is a tie, the node will the smaller number will be visited first.)