Clarifications
In general, since you will be learning how to implement good algorithms, use of the STL algorithm sort, or the list member function sort is not allowed (but see below for exceptions).
Be sure to credit all sources for any code that you did not write yourself! Any code you turn in must be written according to the style guidelines for this class, which includes (among other things) headers that include an asymptotic analysis of space and time complexity.
NOTE: Homework assignments are also available on
prime/p1/p2 clients. These files are in the same format as the
lecture notes. You can find them in ~cs404/homework. You can
print them in the same way as the lecture notes.
Class
Homepage