choose_best_algorithm
Select the optimal algorithm for a competitive programming problem from a list of candidates based on the problem description.
Instructions
Select the single absolute best algorithm to implement for a problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | The full text of the problem description. | |
| candidates | Yes | List of algorithm candidate names to choose from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||