reset password
Author Message
ccruz58
Posts: 16
Posted 18:00 Feb 27, 2018 |

I'm getting an answer not part of choices. Is the right answer there? Just want to clarify.

zilongye
Posts: 8
Posted 16:43 Feb 28, 2018 |

Yes, there is a right answer in the options

BrianK
Posts: 25
Posted 21:35 Feb 28, 2018 |

It might help to look at the tree from a different angle

Attachments:
marrawi
Posts: 21
Posted 15:35 Mar 01, 2018 |

The difference between BFS and DFS is the data structure each uses (BFS uses a Queue and DFS uses a Stack). Watch these two videos and you'll crack it: 

1- DFS: https://www.youtube.com/watch?v=iaBEKo5sM7w

2- BFS: https://www.youtube.com/watch?v=QRq6p9s8NVg 

ccruz58
Posts: 16
Posted 20:52 Mar 02, 2018 |

Thank you! Videos and picture of graph shown as tree really helped.