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

At the bottom of page 85, “position that is greater or equal” should be “smaller”. That is, the loop should stop running once it encounters a value that is less than the temporary value.

1 Like

Wow, nice catch! We’ll fix that for the next reprint.

2 Likes