Skip to content

Bug Report for max-area-of-island: Problem description is wrong. #6128

Description

@Himanshu-Tamrakar

Bug Report for https://neetcode.io/problems/max-area-of-island

In this problem statement cell should accessible by row and column but in problem statement it saying grid[i] no column mentioned.

Current Problem Statement: You are given a matrix grid where grid[i] is either a 0 (representing water) or 1 (representing land).

Fixed Problem Statement: You are given a matrix grid where grid[i][j] is either a 0 (representing water) or 1 (representing land).

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