You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importosfromFileNumberSummerimportFileNumberSummer# 1, 1000 because the files are named from 000001.csv to 001000.csvFNS=FileNumberSummer(os.getcwd() +"/files", 1, 1000)
print(FNS.getSum())
Time ~= 7s
Memory ~= 82000 kilobytes
Program
solution hosted on: https://github.com/the-fanan/sum-files-challenge
pypy python-solution/main.py
49947871404
The text was updated successfully, but these errors were encountered: