/cs22ADT

Primary LanguagePython

Homework 1: Graph ADT & Traversals

Follow the instructions here to complete this assignment.

Discussion Questions

  1. How is Breadth-first Search different in graphs than in trees? Describe the differences in your own words.

(Your answer goes here)

  1. What is one application of Breadth-first Search (besides social networks)? Describe how BFS is used for that application. If you need some ideas, check out this article.

(Your answer goes here)