Skip to content

Bug Report for find-missing-and-repeated-values #5582

@andriizelyk

Description

@andriizelyk

Bug Report for https://neetcode.io/problems/find-missing-and-repeated-values

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Initial signature in codesnippet is
public int[] FindMissingAndRepeatedValues(int[][] grid)

But expected to be
public List FindMissingAndRepeatedValues(int[][] grid)

Which makes hard to run and identify the issue

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