flâneur — a map of the web's best reading

CSC 151 - Coding Challenge 1

eikmeier.sites.grinnell.edu · 1,452 words · saved by 1 readers

In this first coding challenge you should create a file called exploring-algorithms.scm which will contain all of your answers and code for this assignment. Use comments to organize your file so it’s easily read by a human. At the top of your file, make sure to include your name, and any acknowledgements according to our collaboration policy. In that vein, now is a great time to review those collaboration policies! If a problem asks for a written response as an answer, use a comment to include it in your code file. Make sure to name definitions exactly as prescribed in the problems. Human beings write algorithms for a wide variety of activities; not just computation by electronic digital computers. One of the most common kinds of algorithms we write are recipes, which are most typically implemented by other human beings. a. Find an interesting recipe. Copy and cite that recipe. b. For that recipe, list the parameters and variables. c. For each parameter, list any implicit or explicit l

CSC 151 - Coding Challenge 1 Coding Challenge 1: Exploring Algorithms Assigned Friday, 5 September 2025 Due Thursday, 11 September 2025 --> Summary For this assignment, you will identify the parts of an algorithm, find some problems with that algorithm, and write an improved version. You will then design some of your own algorithms in Scheme. Collaboration You must work individually on this assignment. You may only consult members of the course staff for help. Instructions In this first coding challenge you should create a file called exploring-algorithms.scm which will contain all of your ans

Explore this link on the map →

saved by

related reading