https://github.com/programmer-ke/weather-data
https://github.com/programmer-ke/weather-data
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmer-ke/weather-data
- Owner: programmer-ke
- Created: 2016-12-15T06:57:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T10:58:38.000Z (over 9 years ago)
- Last Synced: 2025-01-03T21:43:24.233Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Program that finds the Maximum Temperature Spread in weather.dat
To run the program, type:
`python max_spread.py weather.dat`
Assumptions:
- Only the first 3 columns in the data file are relevant to the problem
- The first two lines and the last line in the file can be safely ignored
- If the maximum spread appears in two or more days, the first one found will
be returned
Tested in Python 2.7