optimizer_get_technique
Retrieve a technique's complexity, applicable scenarios, replaced naive algorithm, and a web-search query for authoritative verification.
Instructions
Get a technique's complexity, when it fits, the naive smell it replaces, and the web-search query to fetch its authoritative implementation. The catalog ships no code by design - algorithms are stable; verify the impl and exact complexity against a real source, not memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Technique name from the catalog, e.g. 'union-find', 'sliding-window-variable', 'dijkstra', 'lru-cache'. |