Skip to content

Conversation

Siyad-Adan
Copy link

var islandPerimeter = function(grid) {
let visited = {};

function dfs(r, c){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this function out of scope?

@github-actions
Copy link

github-actions bot commented Nov 6, 2022

Stale pull request message

@github-actions github-actions bot added the stale outdated or inactive label Nov 6, 2022
@github-actions github-actions bot closed this Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale outdated or inactive

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants