|
Hi,
|
|
Hi! Make sure your search function returns (and not just prints) a list in the form of [optimal path length, x, y]. See the user instructions at the top of the provided code. |
|
You have to change
to:
and
to
because right now you print out the right answer, but return a boolean True, and that is now what is asked |
|
I'm having similar trouble. The comment block at the beginning of the template code says to "return" [g,x,y] - but in the video that follows it looks like what they wanted was print [g,x,y]. Either way I can't get it accept my routine. Frustrating as it functionally worked with all the test cases from the video. Maybe something similar to the HW3.6 issue edit: |