Skip to content

Commit

Permalink
Fix a broken link to pathological data
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemabid committed May 5, 2018
1 parent 2a9dee9 commit 2a479db
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 @@ -9,7 +9,7 @@ The hash function we choose should:
- Return an even distribution of bucket indexes for an average set of inputs. If
our hash function is unevenly distributed, it will put more items in some
buckets than others. This will lead to a higher rate of
[collisions](#Pathological data). Collisions reduce the efficiency of our hash table.
[collisions](#pathological-data). Collisions reduce the efficiency of our hash table.

## Algorithm

Expand Down

0 comments on commit 2a479db

Please sign in to comment.