optimizer_match_problem
Identifies algorithmic classes and techniques matching your problem description. Returns a menu of approaches to consider; find the implementation yourself.
Instructions
Match a problem description (or what the code does) to likely algorithmic classes and the candidate techniques to consider. Returns the menu to scan; the implementation is not shipped on purpose - web search the technique you pick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | The problem statement or what the code does, in terms of data shape + operation. e.g. 'find a pair in an unsorted array summing to target', 'shortest path in a weighted graph', 'longest substring without repeating chars'. |