Previous Lecture Lecture 17 Next Lecture

Lecture 17, Tue 06/03

Final Exam Review Pt. 1


Lecture 17

Autograder Issues

What does “failed to run” mean?

This typically means there’s a print statement in your code that’s interfering with the autograder. These statements can break the expected output format, so make sure to remove or comment them out before submission.

Does the autograder care if you use recursion or a stack?


Group Activity: Comparing Data Structures & Sorting Algorithms

Purpose

This activity encourages networking: connect with someone you haven’t worked with before.

Instructions

Reference

Check slides 7 and 8 from last week’s lecture notes:
View Lecture Notes on Google Drive