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

[02주차 조예빈] 백준 6118번 숨바꼭질 #19

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Jyebin
Copy link
Contributor

@Jyebin Jyebin commented Nov 4, 2023

🔎 문제 소개

🖊️ 풀이

  • 시간 복잡도: O(h)
  • 입력의 크기:
    • n+m

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant