Quiz 1 topics:
- All assigned readings for week 1 and 2
- Review EVERYTHING that has been covered in class thus far
but not the run-time analysis (slides
on object oriented programming and linked lists)
- Lab 1
- Make sure to do the textbook readings because I may ask
questions from the book that I did not cover in class
- You now know all of the basics of linked lists so you should
be able to write code for any operation on a linked list. There will
be one coding question that will most likely be something you have not
done yet.
- Operations and concepts of lists implemented with an array
or a linked list. Compare and contrast both methods.
- Anything from the proficiency exam is fair game