UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
118 stars 101 forks source link

029 data structures page #135

Open mattagape opened 5 years ago

mattagape commented 5 years ago

The maze exercise says: "Each place in the maze has one or more people currently standing at it, by name."

This is incorrect. Some of the rooms are empty.

Also, earlier on the same page, it says: "Which is then a list of dictionaries, with keys which are strings or lists." This should read "with VALUES which are strings or lists"