Posts tagged “algorithms”
        2015-10-22
    
    
        An algorithm for finding out which country contains a (lat,long) pair
        
    
        2013-08-02
    
    
        Chained Hash Table With Ordered Lists
        
    
        2012-08-29
    
    
        Implementation of a random-access list with O(1) list primitives and O(lg n) lookup time.
        
    
        2012-08-24
    
    
        Hask table with open addressing and deletion
        
    
        2012-07-27
    
    
        Stack with O(1) push, pop and min
        
    
        2012-01-17
    
    
        A cool algorithm for similarity search