Рет қаралды 62
Week 2 programming assignment for CSC 240 Data Structures - For this to work, you need my `.emacs` file - wget it from here: tinyurl.com/ly...
Problem: Analyze weekly temperatures stored in an array: compute maximum, minimum, averages, and modified temperatures. The array size is fixed at 7 for daily temperatures of one week.
Sample solution Org-mode file on GitHub: github.com/bir...