Skip to content

Commit

Permalink
Fix "next" link to handling collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
freefal committed Aug 23, 2017
1 parent aea577d commit 36af859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-hashing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ much longer (`O(n)`) than normal (`O(1)`). This can be used as a denial of
service attack against systems which are underpinned by hash tables, such as DNS
and certain web services.
Next section: [Handling collisions](/collisions)
Next section: [Handling collisions](/04-collisions)
[Table of contents](https://github.com/jamesroutley/write-a-hash-table#contents)

0 comments on commit 36af859

Please sign in to comment.