Skip to content

🐜 Study: 무인도 μ—¬ν–‰#101

Merged
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:06/17
Jun 16, 2025
Merged

🐜 Study: 무인도 μ—¬ν–‰#101
ing-eoking merged 1 commit intoBugShelter:mainfrom
ing-eoking:06/17

Conversation

@ing-eoking
Copy link
Collaborator

πŸ“Œ κ΄€λ ¨ 문제

πŸ“‹ 풀이 μš”μ•½

DFS 문제

😞 μ‹€νŒ¨ν•œ ν…ŒμŠ€νŠΈ μΌ€μ΄μŠ€

@ing-eoking ing-eoking requested a review from Copilot June 16, 2025 23:47
@ing-eoking ing-eoking self-assigned this Jun 16, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a DFS-based solution to solve the island travel problem by summing the values on contiguous land areas on the map.

  • Implements DFS to traverse the map.
  • Modifies the map in-place to mark visited cells.
  • Returns sorted island sum values or [-1] if none found.

@ing-eoking ing-eoking requested a review from yongjun-0903 June 16, 2025 23:47
@ing-eoking ing-eoking added Algorithm μ•Œκ³ λ¦¬μ¦˜ 문제 풀이 🐜 Study μ•Œκ³ λ¦¬μ¦˜ 문제 곡뢀 labels Jun 16, 2025
@ing-eoking ing-eoking merged commit 80589ef into BugShelter:main Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Algorithm μ•Œκ³ λ¦¬μ¦˜ 문제 풀이 🐜 Study μ•Œκ³ λ¦¬μ¦˜ 문제 곡뢀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[였늘의 μ•Œκ³ λ¦¬μ¦˜] 무인도 μ—¬ν–‰

2 participants