| Name | Type | Description | Notes |
|---|---|---|---|
| problem_code | str | Problem code corresponding to the problem. | [optional] |
| contest_code | str | Contest code corresponding to the problem. | [optional] |
| creation_time | str | Date and time when the problem was added to todo. | [optional] |
| status | str | Informs about the current status of the problem: whether it is attempted or not. | [optional] |
| tags | list[str] | [optional] | |
| problem_name | str | Problem name corresponding to the problem. | [optional] |
| problem_redirect | bool | Is the problem redirected or not. | [optional] |
| is_added_to_practice | bool | Is the problem added to practice or not. | [optional] |
| contest_url | str | The link to the contest to which the problem belongs. | [optional] |
| problem_url | str | Link to the problem page. | [optional] |
This repository was archived by the owner on Jun 13, 2024. It is now read-only.