Skip to content

Incorrect type annotation in y2023 d12 problem walkthrough #26

@ismagilli

Description

@ismagilli

The type annotation for the solve function declaration is incorrect. groups: tuple[int] means len(groups) == 1. Correct type annotaation is tuple[int, ...].

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