diff options
Diffstat (limited to 'src/02/04')
| -rw-r--r-- | src/02/04/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/02/04/README.md b/src/02/04/README.md new file mode 100644 index 0000000..235f0a6 --- /dev/null +++ b/src/02/04/README.md @@ -0,0 +1,5 @@ +Implement a commonly used hash table in a program that handles collision using linear probing. + +Using (K mod 13) as the hash function, store the following elements in the table: + +{1, 5, 21, 26, 39, 14, 15, 16, 17, 18, 19, 20, 111, 145, 146}. |
