get_category
Lists all algorithms in a specified category for a chosen language, returning each algorithm's name and path.
Instructions
List every algorithm in one category (for a language) as {name, path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |