Suppose a health insurance company identifies each member with an 8-digit account number. Define the hashing function h that first takes the first 3 digits of an account number as one number and the last 5 digits as another number, then adds them, and lastly applies the mod-37 function.
- How many linked lists does this create?
- Compute h(59243973).
- Compute h(42280135).