Given the array [CA@53, dB$47, xH#12, zT%89, 1K&p3]. Let, A = 65, B = 66, C = 67 ... Y = 89, Z = 90; a = 97, b = 98, c = 99, .. y = 121, z = 122; @ = 64, # = 35, $ = 36, % = 37, & = 38; 0 = 0, 1 = 1, .. 9 = 9. a. Draw a hashtable of length 5. Using the hash function f, where f(element) = (| summation of the values of the alphabets and symbols - product of the digits |) % length of the hashtable. Fill up the hashtable using Linear Probing where necessary.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.3: Pointer Arithmetic
Problem 4E
icon
Related questions
Question
Given the array [CA@53, dB$47, xH#12, zT%89, 1K&p3].
Let, A = 65, B = 66, C = 67 ... Y = 89, Z = 90; a = 97, b = 98, c = 99, .. y = 121, z = 122; @ =
64, # = 35, $ = 36, % = 37, & = 38; 0 = 0, 1 = 1, .. 9 = 9.
a. Draw a hashtable of length 5. Using the hash function f, where
f(element) = (| summation of the values of the alphabets and symbols - product of the
digits |) % length of the hashtable.
Fill up the hashtable using Linear Probing where necessary.
Transcribed Image Text:Given the array [CA@53, dB$47, xH#12, zT%89, 1K&p3]. Let, A = 65, B = 66, C = 67 ... Y = 89, Z = 90; a = 97, b = 98, c = 99, .. y = 121, z = 122; @ = 64, # = 35, $ = 36, % = 37, & = 38; 0 = 0, 1 = 1, .. 9 = 9. a. Draw a hashtable of length 5. Using the hash function f, where f(element) = (| summation of the values of the alphabets and symbols - product of the digits |) % length of the hashtable. Fill up the hashtable using Linear Probing where necessary.
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT