algo_generate_edge_cases
Generate adversarial corner cases for algorithms by specifying data structure type and maximum bound, covering boundary values, identical items, extreme negatives, and disconnected graphs.
Instructions
Generates adversarial corner cases (min N=1, max bounds, identical items, extreme negatives, disconnected graphs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxN | No | Maximum constraint bound (e.g. 100000) | |
| type | No | Data structure type |