jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.92k stars 1.02k forks source link

organization issue in Chapter 5, page 10 #63

Closed bruisedsamurai closed 5 years ago

bruisedsamurai commented 5 years ago

Second paragraph talks about adjacency matrix whereas adjacency matrix topic's heading is next and isn't yet talked about.

jeffgerickson commented 5 years ago

An adjacency array (described in the second paragraph on page 10) is not the same as an adjacency matrix, despite the similarity of the names.

bruisedsamurai commented 5 years ago

image

Maybe then it's a case of typo

echuber2 commented 5 years ago

I second that it's probably a typo; it probably should say "One common implementation of adjacency lists is the adjacency array."

echuber2 commented 5 years ago

For what it's worth, bump @jeffgerickson