Skip to content

Commit aeee42e

Browse files
authored
Update and rename 695-Max Area of Island.js to 695-Max-Area-Of-Island.js
1 parent 0255ceb commit aeee42e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/695-Max Area of Island.js renamed to javascript/695-Max-Area-Of-Island.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @param {number[][]} grid
3+
* @return {number}
4+
*/
15
var maxAreaOfIsland = function(grid) {
26
function find(x, y) {
37
if (grid[y] === undefined || grid[y][x] === undefined) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy