How to create empty buckets in extendible hashing
        Posted  
        
            by Phenom
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Phenom
        
        
        
        Published on 2010-05-24T19:54:46Z
        Indexed on 
            2010/05/24
            20:01 UTC
        
        
        Read the original article
        Hit count: 186
        
hashing
I know how to do extendible hashing on paper, but I don't know how it's possible for empty buckets to be created.
What would cause empty buckets to be created in extendible hashing? Can you show a simple example?
© Stack Overflow or respective owner