Graph Discussion Question is Vague
wasabigeek opened this issue · 2 comments
wasabigeek commented
What Course are you in
https://runestone.academy/runestone/books/published/pythonds/Graphs/DiscussionQuestions.html
Describe the bug
The numbering of the questions is wrong (there are 2 number 1s). Also, for the current question 2, is there a goal to the breadth first search? Is it too find the shortest path, ignoring the weights?
clarkh97 commented
Hello, I am interested in tackling this issue. Could you give a bit of direction?
I am a Berea College student.
bnmnetp commented
I think the question should be reworded so that it instructs the student to do a breadth first search starting from a particular node, and then have them list the nodes in the order they are visited by the breath first search algorithm.
Then improve the numbering.