Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Lab 03: Randomized Testing and Timing

Lab Goals

  • To learn benchmarking
  • To learn randomized correctness testing

Differences from the Java version

  • The Java version does not use generics, instead opting to require a lot of repeated code for the benchmarking portion

Table of contents