Skip to main content

Verification Gauntlet

Challenge on lesson: Checkpoint: Testing

Implement the run-length codec (module-14 contract) AND the reversed-word validator: isReversedPair(a, b) is true iff b is a with all characters in reverse order (single characters and empty strings are trivially pairs). The mutation suite probes boundaries: empty, single-char, palindromes, repeated chars.

Difficulty: advanced

Back to lesson: Checkpoint: Testing