diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-11 15:46:37 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-11 15:46:37 -0600 |
| commit | 1efedbdd9f040810ebe7ff63f736e863c36ac82a (patch) | |
| tree | 3abf7b9999d4431415d587a3ea379fad15ff6422 /src/02/04 | |
| parent | 7875e6df22f74499a6d756a87740f2c27cbf081a (diff) | |
Start assignment 2
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}. |
