Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 347 Bytes

Exercise 5.14 (P140)

Use the breadthFirst function to explore a different structure. For example, you could use the course dependencies form the topoSort example (a directed graph), the file system hierarchy on your computer (a tree), or a list of bus or subway routes downloaded from your city government's web site (an undirected graph).