jeffgerickson / algorithms

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

[Oops.] Typo: Refers to wrong data structure #131

Closed echuber2 closed 5 years ago

echuber2 commented 5 years ago

Please verify that the error is present in the most recent revision before reporting.

Still present in April 2019 book draft.

Chapter number or note title: 5.4 Data Structures > Adjacency Lists

Page number: p. 196

Error description: It currently says, "One common implementation of adjacency matrices is the adjacency array, which uses a single array to store..." (emphasis added)

Suggested fix (if any): "One common implementation of adjacency lists is the adjacency array, which uses a single array to store..." (emphasis added)

Previously reported at #63 but I think it was overlooked and closed.