Skip to content

Commit 8cd37e4

Browse files
committed
docs(readme): parte searching into modules
1 parent 61d41b8 commit 8cd37e4

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
@@ -77,7 +77,7 @@ These searching algorithms use the data structure called binary tree (it is basi
7777

7878
### Hash Tables
7979

80-
These ones are simple structures that uses a key-value structure in which the key corresponds to a index on an array. So, it means that the given key must refer a unique index on the array that is storing it (we must avoid key/index collisions).
80+
These ones use a key-value structure in which the key corresponds to an index on an array. So, it means that the given key must refer a unique index on the array that is storing it (we must avoid key/index collisions).
8181

8282
- [**Separate Chaining Hash:**](./algorithms/searching/hash-table/SeparateChainingHash.js) It is a hash table that converts the key into indexes to store the data inside an array of sequential searches.
8383

0 commit comments

Comments
 (0)