COM 1201
|
Midterm review materials | |||||
F02 Midterm: | (.doc) | (.html) | Solution: | (.doc) | (.html) |
W03 Midterm: | (.doc) | (.html) | Solution: | (.doc) | (.html) |
Final review materials | |||||
F02 Final: | (.doc) | (.html) | Solution: | (.doc) | (.html) |
W03 Final: | (.doc) | (.html) | Solution: | (.doc) | (.html) |
Note: assignments will be added to this page as I release them.
Click here to connect via FTP, to submit your work: ftp://loganberry.ccs.neu.edu
Abstraction exercises
This assignment is late after 31 March.
This assignment will not be accepted after 7 April.
Sets and filters exercises
This assignment is late after 7 April.
This assignment will not be accepted after 14 April.
Sorting and analysis exercises
This assignment is late after 16 April. Extended!
This assignment will not be accepted after 21 April.
Arrays exercises
This assignment is late after 23 April. Extended!
This assignment will not be accepted after 28 April.
Lists exercises
This assignment is late after 5 May.
This assignment will not be accepted after 12 May.
Stacks and Queues exercises
This assignment is late after 12 May.
This assignment will not be accepted after 19 May.
Priority Queues exercises
This assignment is late after 22 May.
This assignment will not be accepted after 29 May.
Maps exercises
This assignment is late after 29 May.
This assignment will not be accepted after the final examination!
Click here to connect via FTP, to submit your work: ftp://loganberry.ccs.neu.edu
Note: solutions will be added to this page as I release them.
You will be given FTP space on my office PC for submission of your homework. Details are available in the help section above. The machine hostname is loganberry.ccs.neu.edu. You will be given one week to change your password from (blank) to something else. Failing to change your password could result in another student stealing your work, which could implicate you in an academic honesty case. You will receive 0 credit for each assignment until your password is changed. To change your password, fill out the following form:
Download the file jpt.jar for working outside of the laboratories here.
java.sun.com - the official site for the Java language. It contains examples, tutorials, discussion forums, and more, but is somewhat disorganized. You can download the JDK here for free, and join the Java Developer Community for free as well.
Java SDK v1.4.1 API Documentation - class and interface documentation for the Java language including data members, methods, and other information about each class in every Java package.
Java SDK v1.4.1 Documentation - information about the current release of the Java language.
JPT online - web site for the JPT toolkit developed by the CCS Education Research Group.
Yahoo! Java - Yahoo!s java resources. Always a good starting place for discovery.
Java Q&A - comprehensive Java tutorial site.