optimizer_list_techniques
List algorithm techniques with name, complexity, and when to use. Filter by class like graphs or DP to narrow recall.
Instructions
List the technique menu, optionally filtered by class. Each row is name + complexity + when to reach for it. No implementations - this is the recall aid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | No | Optional class filter, e.g. 'graphs', 'dp', 'binary-search'. Omit for the full menu. |