• A
    Added solution to Project Euler problem 301 (#3343) · d3ead538
    Akash Kumar 提交于
    * Added solution to Project Euler problem 301
    
    * Added newline to end of file
    
    * Fixed formatting and tests
    
    * Changed lossCount to loss_count
    
    * Fixed default parameter value for solution
    
    * Removed helper function and modified print stmt
    
    * Fixed code formatting
    
    * Optimized solution from O(n^2) to O(1) constant time
    
    * Update sol1.py
    d3ead538
sol1.py 2.0 KB