PVF
    
    
        
            
                 Groups
            
            
                 Problem Sets
            
            
                 Leaderboard
            
            
                 About
            
            
        
        
            
                
                     Sign In
                
                
                     Register
                
            
        
    
    
    
        
            
                
                    
                
                
                    Hashing
                
            
            
        
        
            
            
                Problems
                
            
            
            
                
                    
                        
                            
                                - 1. Hashing (Tutorial from NOI.PH IOI Training 2018)
- 2. Rolling Hash and 8 Interesting Problems (Codeforces Blog Post)
- 3. Where to Use and How Not to Use Polynomial String Hashing (IOI Conference 2013)
- 4. Anti-hash Test (Codeforces Blog Post)
- 5. On the Mathematics Behind Rolling Hashes and Anti-hash Tests (Codeforces Blog Post)
- Algorithms Live! Episode 3: Rolling Hashes and Bloom Filters
- CLRS 11.3, 32.2
- Prefix Suffix Counting (problem on CS Academy)
- Rabin-Karp Algorithm for String Matching (Tutorial on CP Algorithms)
- String Hashing (Tutorial on CP Algorithms)
Related Sets