Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 626 Bytes

Sum Files Challenge

This repository contains 1,000 files, each containing 100,000 space-separated integers ... your task is write a program to sum all integers in all files.

Each integer is guaranteed to be between 0 and 1000.

Your submission if accepted, will be added to the rankings section below:

How to Submit

  • You can host your program code anywhere public.
  • Create an issue on this repo, and give a link to your entry.
  • If you need to, give a command line script for how to run your program.

How we'll judge

  • Execution Time
  • Memory Usage
  • Big O Complexity

Rankings

< No Rankings Yet >