register_implementation
Register a new implementation for an algorithm by specifying language, code, and entry function, making it available for benchmarking and performance analysis.
Instructions
Register an implementation of an algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Implementation code | |
| name | Yes | Implementation name | |
| language | Yes | Programming language | |
| algorithmId | Yes | Algorithm ID | |
| description | No | Implementation description | |
| entryFunction | Yes | Entry function name |