Last Updated 2013-04-17
Code from the textbook - You are welcome to look at and use the code from our textbook. On-line versions can be found using the links at the bottom of our course web page.
NO Java Collections - Remember that you should NOT be using data structures from the Java Collections (e.g. no ArrayLists) when implementing the project. It *IS* o.k. to use things from java collections when testing. It is fine to use methods from the Math class.