Skip to content

Problem type is missing name #5

@pgdr

Description

@pgdr

When running

kt.problem("2048")[0].keys()

we get

dict_keys(
    [
        "id",
        "text",
        "cpu",
        "memory",
        "difficulty",
        "category",
        "author",
        "source",
        "files",
        "statistics",
        "breakpoints",
        "submissions",
    ]
)

whereas, if we run

kt.problems()[0].keys()

we get

dict_keys(
    [
        "name",
        "id",
        "fastest",
        "shortest",
        "total",
        "acc",
        "difficulty",
        "category",
        "link",
    ]
)

Would it be possible to include name also in the problem lookup functionality?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions