Online Course Discussion Forum

CS Intro to Algorithms Homework

 
 
Picture of John Lensmire
Re: CS Intro to Algorithms Homework
by John Lensmire - Saturday, June 15, 2019, 8:18 AM
 

For the CS assignment, each problem has a couple of different portions. When submitting the first assignment online, each problem has a text box that can be typed in. This is meant for explanations for parts (a) and (b) of the assignment. For example, the first problem asks to describe how to write out the first 20 perfect squares. So in the first box, you could give the instructions for your peers/2nd grader. The Python portion will be submitted as a file ("Question 6" when you submit the homework).

Ideally you put all the Python code into one .py file (possibly copying and pasting your function definitions). For the first assignment, if you need to put all the files in a single .zip file (or a pdf) that would be okay as well.

Let us know if you have any other questions, and hopefully the homework submission starts making more sense.