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

solved 부대복귀 - 131.21ms 198mb #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gnsals0904
Copy link

@gnsals0904 gnsals0904 commented Mar 3, 2025

💿 풀이 문제

#1

📝 풀이 후기

쉬운 난이도였습니다.

📚 문제 풀이 핵심 키워드

일반적인 BFS 탐색을 진행하여 문제를 해결했습니다.
목적지를 0으로 시작하여 Flood fill 기법을 사용해 각 출발지에서 목적지까지 얼마의 시간이 걸릴지 탐색하였습니다.

🤔 리뷰로 궁금한 점

음.. 해당 문제에서는 따로 없습니다.

🧑‍💻 제출자 확인 사항

  • Convention(commit, pr 제목)이 올바른가요?
  • 괄호 내 안내문은 삭제하셨나요?
  • 본인의 체감 난도 Label을 등록했나요?
  • 제출자 확인 사항을 모두 확인하셨나요?

🕵️ 리뷰어 확인 사항

  1. 컨벤션이 올바르지 않다면, Request Changes 해주세요.
  2. 제출자의 풀이코드의 좋은 점 혹은 개선사항을 남기고 Approve 해주세요.

@gnsals0904 gnsals0904 added Easy 책정 혹은 체감 난이도 쉬움 시 선택합니다. Java Java로 풀이한 경우 선택합니다. labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy 책정 혹은 체감 난이도 쉬움 시 선택합니다. Java Java로 풀이한 경우 선택합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant