A Common-Sense Guide to Data Structures and Algorithms, Second Edition: (page 345)

Hello,
On page 345, towards the end. This page is explaining the Depth-First Search on Graphs. Towards the end of step 17, “Gina has two neighbors: Derek and Gina.” However, on the graph the two possible neighbors for Gina should be Derek and Irena.

#errata
/book-a-common-sense-guide-to-data-structures-and-algorithms-second-edition by @jaywengrow

1 Like

Great catch, thank you! This will be fixed in an upcoming version.

Thanks,
Jay

1 Like