Algorithms and OOD (CSC 207 2014F) : EBoards

CSC207.01 2014F, Class 09: Some Basic Types: Numbers and Strings in Java


Overview

Preliminaries

Admin

Reflections on Epilogues

Campus Events of Interest

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Miscellaneous

Questions

A Bit About Testing

I like doing lots of randomized tests. How do you design a randomized test? Often, you start with the answer and then work backwards.

You should also consider the likely edge and corner cases, typically involving extremes.

Systematic tests are also great. We'll look at a systematic test for binary search.

Lab