Skip to content

Commit

Permalink
Merge pull request #14 from joseprous/remove_duplicate_text
Browse files Browse the repository at this point in the history
remove duplicate text
  • Loading branch information
jagregory committed Sep 15, 2015
2 parents 2426d21 + b85ec11 commit 788a637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chapter-15.md
Expand Up @@ -302,8 +302,7 @@ the pike. The success or failure of the search can then be determined
outside the loop, if necessary, by checking for the tail node's special
pointer—but the inside of the loop is streamlined to just one test, as
shown in Listing 15.5. Not all linked lists lend themselves to
sentinels, but the performance benefits are considerable for those lend
themselves to sentinels, but the performance benefits are considerable
sentinels, but the performance benefits are considerable
for those that do.

![**Figure 15.3**  *Representing an empty list.*](images/15-03.jpg)
Expand Down

0 comments on commit 788a637

Please sign in to comment.