pythonds icon indicating copy to clipboard operation
pythonds copied to clipboard

Graph Discussion Question is Vague

Open wasabigeek opened this issue 5 years ago • 2 comments

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?

wasabigeek avatar Aug 22 '19 01:08 wasabigeek

Hello, I am interested in tackling this issue. Could you give a bit of direction?

I am a Berea College student.

clarkh97 avatar Oct 02 '19 18:10 clarkh97

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.

bnmnetp avatar Oct 02 '19 18:10 bnmnetp