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.
🔎 문제 소개
🖊️ 풀이
bfs, dfs의 개념을 이해하는 것은 쉬웠으나, 각각을 큐랑 스택에 넣어 계산하는 것을 이해하는데 꽤 오랜 시간이 걸렸다. 실은, 이 문제를 몇 주 전에도 한번 시도했었다. 꿈속에서까지 풀었었는데, 명확하게 이해가 가지 않았었다. 이해를 위하여 구글링을 많이 하며, 그림으로 각각을 그려주며, 코드로 하나하나 따라가는 것을 며칠동안 했더니 이제서야 이해가 가서 문제를 풀 수 있게 되었다. 개념은 이해가 갔으나, 아직은 응용하는 데 있어서 어려울 것 같다. 관련 문제를 좀 더 풀어보고 완전히 익혀야겠다.