computer science II
c m s c 214  
f a l l   2 0 0 1  

Style Specifications

Due See main webpage for duedate

There are a list of style specifications. You should follow them to get full credit. You may lose some points for not following them.

Using more formalism when writing code can help you write better code. This includes writing preconditions/postconditions, determining class invariants, writing running time efficiency in big O, and the Maryland classic: abstract/concrete comments.

Ideally, you want some math formalism like formal logic to help you describe the class. However, this can be difficult to get correct. Nevertheless, describing in math formalism is often more precise than describing in English (although, you can write a "English translation" to help those who may find the math formalism difficult to read).

Web Accessibility