1. 09 11月, 2020 2 次提交
  2. 08 11月, 2020 2 次提交
  3. 07 11月, 2020 2 次提交
  4. 05 11月, 2020 1 次提交
  5. 03 11月, 2020 4 次提交
  6. 02 11月, 2020 1 次提交
  7. 01 11月, 2020 3 次提交
    • G
      Add solution to problem 74 (#3110) · d8f573c0
      GGn0 提交于
      * Add solution to problem 74
      
      * Fix typo
      
      * Edit unnecessary comment
      
      * Rename folder, add default params in solution()
      
      * Rename file to solve conflicts
      
      * Fix doctests
      d8f573c0
    • 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
    • J
      Shortened code (#3855) · 1f650074
      jbaenaxd 提交于
      1f650074
  8. 31 10月, 2020 1 次提交
    • J
      Added decimal_isolate.py (#3700) · a5389899
      Jake Gerber 提交于
      * Add files via upload
      
      * Delete decimal_isolate.py
      
      * Added decimal_isolate file.
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Delete decimal_isolate.py
      
      * Add files via upload
      
      * Update maths/decimal_isolate.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      
      * Update decimal_isolate.py
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      a5389899
  9. 30 10月, 2020 1 次提交
  10. 29 10月, 2020 9 次提交
  11. 27 10月, 2020 1 次提交
  12. 26 10月, 2020 7 次提交
  13. 25 10月, 2020 5 次提交
  14. 24 10月, 2020 1 次提交
    • N
      Forecast (#3219) · 12c69800
      Nandiya 提交于
      * add forecasting code
      
      * add statsmodel
      
      * sort import
      
      * sort import fix
      
      * fixing black
      
      * sort requirement
      
      * optimize code
      
      * try with limited data
      
      * sort again
      
      * sort fix
      
      * sort fix
      
      * delete warning and black
      
      * add code for forecasting
      
      * use black
      
      * add more hints to describe
      
      * add doctest
      
      * finding whitespace
      
      * fixing doctest
      
      * delete
      
      * revert back
      
      * revert back
      
      * revert back again
      
      * revert back again
      
      * revert back again
      
      * try trimming whitespace
      
      * try adding doctypeand etc
      
      * fixing reviews
      
      * deleting all the space
      
      * fixing the build
      
      * delete x
      
      * add description for safety checker
      
      * deleting subscription integer
      
      * fix docthint
      
      * make def to use function parameters and return values
      
      * make def to use function parameters and return values
      
      * type hints on data safety checker
      
      * optimize code
      
      * Update run.py
      Co-authored-by: NFVFYK3GEHV22 <fvfyk3gehv22@FVFYK3GEHV22s-MacBook-Pro.local>
      Co-authored-by: NChristian Clauss <cclauss@me.com>
      12c69800