Skip to content

Commit e8a4721

Browse files
authored
Merge pull request kdn251#84 from jeffbdye/master
Minor grammatical fix in the hashing section
2 parents 6e5075d + 5cfd2f0 commit e8a4721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ or equal to those of the children and the lowest key is in the root node
149149

150150

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

0 commit comments

Comments
 (0)