When coding extendible hashing, one has the choice of using the most significant bits or the least significant bits of the hash value in order to determine which bucket to hash to. Using least significant bits has a number of advantages:When coding extendible hashing, one has the cho