6.23 Testing Sort Correctness
Verify both the ordering and permutation properties of sorting implementations using randomized, edge-case, and adversarial test strategies.
2 notes
Verify both the ordering and permutation properties of sorting implementations using randomized, edge-case, and adversarial test strategies.
Verify correctness, stability, and performance of hash-based structures through randomized and adversarial test strategies.