Skip to content

Commit

Permalink
Merge pull request kdn251#84 from jeffbdye/master
Browse files Browse the repository at this point in the history
Minor grammatical fix in the hashing section
  • Loading branch information
kdn251 authored Jun 9, 2018
2 parents 6e5075d + 5cfd2f0 commit e8a4721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ or equal to those of the children and the lowest key is in the root node


### Hashing
* *Hashing* is used to map data of an arbitrary size to data of a fixed size. The values return by a hash
* *Hashing* is used to map data of an arbitrary size to data of a fixed size. The values returned by a hash
function are called hash values, hash codes, or simply hashes. If two keys map to the same value, a collision occurs
* **Hash Map**: a *hash map* is a structure that can map keys to values. A hash map uses a hash function to compute
an index into an array of buckets or slots, from which the desired value can be found.
Expand Down

0 comments on commit e8a4721

Please sign in to comment.