Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 550 Bytes

File metadata and controls

18 lines (11 loc) · 550 Bytes

Notes to Coding Challenge SOLUTION

Requirements: Python 2.7

Developed under: Python 2.7.9

Only the standard libraries were used.

The scripts are in the src directory, and the outputs in tweet_output.

The scripts assume the input tweets are contained in a file called tweets.txt in the tweet_input directory.

Execute the programs by running the run.sh script in the "home" directory.

Medians

Sat July 11, 2015 Made correction to median_unique.py to calculate medians, not means.