explain_algorithm
Explain how a specific algorithm works by providing a problem description and the algorithm name. Learn its mechanics and rationale.
Instructions
Explain the mechanics of a specific algorithm / data structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | The full text of the problem description. | |
| algorithm | Yes | Name of the algorithm (e.g. 'Dijkstra', 'Trie'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||