PS5
Home Assignments Lecture Blog Resources Project Discussion Group
Google code jam
In this assignment, you'll be solving three assigned Google code jam programming problems plus one of your own choosing using Scheme.
As much as feasible, use functional methodologies in your implementations—e.g., map / filter / reduce.
The assigned problems are:
Also pick one of your own and solve it. Hint: the Qualification round problems are easier—you're welcome to challenge yourself as much as you like.
Important: When submitting your results, for each problem, indicate how you've tested your solutions:
- I've only tested using "make test".
- I've also tested with code jam small input (better).
- I've further tested with code jam large input (best).
Also say whether your code passed each of these tests.
Please put this information into a readme.txt
file that you include with your submission.
The assignment on Grader is here: https://grader.cs.uml.edu/assignments/360