Overall: Make sure to look over the challenge input and output requirements and get help before turning in. For help on tests, see the challenge 1 solution - and feel free to use this (with proper attribution) in future challenges.
Feedback based on Challenge 1 Rubric:
Works: 0
filename should be read from command line
output is hardcoded - need a print_edges and print_vertices method
Does not check for graph type (D or G)
Documentation: 1
Not all methods have doc strings.
No attribution given for code copied from tutorial sample (add a line at the top)
Code Organization: 2
remove tutorial starter code not used in this challenge.
Challenge 1 Feedback : 3/20
Overall: Make sure to look over the challenge input and output requirements and get help before turning in. For help on tests, see the challenge 1 solution - and feel free to use this (with proper attribution) in future challenges.
Feedback based on Challenge 1 Rubric: