Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[전현수] - 무인도 여행, 파일 합치기 3, 도넛 행성 #255

Merged
merged 3 commits into from
May 5, 2024

Conversation

soopeach
Copy link
Member

@soopeach soopeach commented May 5, 2024

📌 from issue #252 📌

📋문제 목록📋

무인도 여행: ✅
파일 합치기 3: ✅
도넛 행성: ⛔️
하노이 탑: ❎

📍추가로 해결한 문제📍

추천: 👍  
비추천: 👎  
문제에 대한 간단한 코멘트를 남겨주셔도 좋을 것 같아요!

📝메모

공유하고 싶은 정보, 새롭게 알게된 것, 문제를 풀면서 발생한 에로사항 등...자유롭게!


@soopeach soopeach requested review from bngsh and jhg3410 May 5, 2024 11:14
@soopeach soopeach self-assigned this May 5, 2024
@soopeach soopeach changed the title [전현수] - 무인도 여행, 파일 합치기 3 [전현수] - 무인도 여행, 파일 합치기 3, 도넛 행성 May 5, 2024

val validMap = maps.map { row ->
row.chunked(1).map {
if (it == "X") -1 else it.toInt()
Copy link
Contributor

Choose a reason for hiding this comment

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

방문한 위치는 바다로 바꾸어 주는 게 좋네요!

}
}

if (curStayCnt != 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

0인 경우는 사실 없다고 하셨는데 오호 정말이네요

@soopeach soopeach added the 현수 label May 5, 2024
@soopeach soopeach merged commit cb7b3bf into main May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants