
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A programming project for a cs 405/605 course, focusing on the simulation of extendible hashing. Students are required to generate hash values for 104 records, display directory utilization and data bucket utilization, and use any programming language for implementation. References include section 13.8.3 of the textbook and an acm transactions on database systems article.
Typology: Study Guides, Projects, Research
1 / 1
This page cannot be seen from the preview
Don't miss anything!
CS 405/605 Programming Project
Simulation of Extendible Hashing.
utilization of the directory =
number of data buckets number of entries in the directory
utilization of the data buckets =
number of total records number of records that can be stored in all the data buckets
Note : You can use any programming language, and you can plot the outputs if you want.
Reference :