Most files have docstrings and are well-formatted; however formatting is not consistent across all functions
Organization: 2
read_file is tightly coupled with the Challenge 1 code, as it is returning a graph, list of (string) vertices, and list of (string) edges. Could return just a graph instead.
Challenge 1 Feedback: 4/20 Feedback based on Challenge 1 Rubric
For future challenges please refer to starter code.
Solution: 1 (x2 = 2)
Documentation: 1
Organization: 1
Testing: 0