Skip to content
CCC Python Course

Stress testing against a brute force

Stage
C
Module
C.6
Lessons
1

In this module

  • Write a brute-force solution to generate expected outputs for small random inputs.
  • Write a fast solution that solves the same problem.
  • Compare the two solutions on random inputs to find bugs in the fast solution.

Before this module

Lessons

  1. 1Stress testing against a brute force