jromeem / cs373-wc

Summer 2012 - C S 373 Software Engineering: Project 3 - Phase 1
0 stars 0 forks source link

Implementation #23

Closed michaelpace closed 12 years ago

michaelpace commented 12 years ago

Use assert to check pre-conditions, post-conditions, argument validity, return-value validity, and invariants. Worry about this last, but your program should run as fast as possible and use as little memory as possible.