Skip to content

[Matrix] I have added the solution for Max area of island problem #6981

Closed
@kondekarshubham123

Description

@kondekarshubham123

Feature description

Problem
Given an m x n binary matrix grid. An island is a group of 1's
(representing land) connected 4-directionally (horizontal or vertical.)
You may assume all four edges of the grid are surrounded by water.
The area of an island is the number of cells with a value 1 in the island.
Return the maximum area of an island in grid.
If there is no island, return 0.

Would you like to work on this feature?

  • Yes, I want to work on this feature!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions