Foundations-of-Applied-Mathematics / Labs

Labs for the Foundations of Applied Mathematics curriculum.
https://foundations-of-applied-mathematics.github.io/
211 stars 71 forks source link

Breadth First Search - test driver #23

Closed cnoorda2 closed 2 years ago

cnoorda2 commented 2 years ago

In the test_driver.py file for breadth first search, two of the test graphs are directed, where students can only make undirected graphs on problem 2. (see pictures file for more details)