This repository was archived by the owner on Mar 18, 2024. It is now read-only.
[2023-08-16] dohyun #111#129
Merged
Merged
Conversation
Closed
zsmalla
approved these changes
Aug 16, 2023
Contributor
zsmalla
left a comment
There was a problem hiding this comment.
BFS 하나의 로직을 별개로 돌려서 최종적으로 시간을 비교하는 방법이 굉장히 새롭게 다가왔던 풀이인 것 같습니다. 안되는 이유는 코드만 봐서는 확실하지 않으나, 이미 불이 번져 지훈 입장에서 애초에 가지 못하는 길을 이 풀이에서는 시간이 오래 걸리더라도 가게 되기 때문이라고 조심스럽게 추측해봅니다. 수고하셨습니다!
Contributor
There was a problem hiding this comment.
수민님께서 추천해주신 BFS와 DFS 문제 추천드립니다~~ 우선 개념을 알고 외우다시피 익숙해지는거랑 그냥 외우는 거랑 효과가 다르다고 생각해서 개념도 먼저 보시는 걸 추천드려요!
Woo-Yeol
approved these changes
Aug 18, 2023
Member
There was a problem hiding this comment.
저와 같은 시간이시군요! 도현님!! 계속 도전해보다보면 저희도 점점 시간이 줄 수 있을 거에요!! 화이팅입니다!
ksumini
approved these changes
Aug 18, 2023
Contributor
There was a problem hiding this comment.
불은 지훈이처럼 하나만 주어지는게 아니에요.
근데 여기서 불 위치 하나만 받고 있고, 도현님이 작성하신 예시도 다 불이 하나일 때만이어서 이렇게 코드를 작성하시면 당연히 틀릴 수 밖에 없겠죠??
Q)
5 5
#####
#####
..J..
F...F
.....
A)
3
반례 드립니당~
질문 게시판을 적극 활용해보세요!!
Contributor
Author
There was a problem hiding this comment.
와~~ 불이 하나가 아닐 수도 있군요.... 몰랐습니다... ㅋㅋㅋㅋㅋ
감사합니다 수밍님!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
풀이시간
접근법
회고
ISSUE NUMBER