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주차 이은지] 컴백홈 #13

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

Conversation

Eunji1217
Copy link
Member

@Eunji1217 Eunji1217 commented Oct 22, 2023

🔎 문제 소개

🖊️ 풀이

  • 시간 복잡도: O(N^2)
  • 입력의 크기:
    • R(1 ≤ R ≤ 5), C(1 ≤ C ≤ 5), K(1 ≤ K ≤ R×C)

2차원 행렬을 받아서 특정 출발 지점에서 특정 도착 지점까지 이동하는 경로중 특정거리에 해당하는 경로만 카운트하면 되는 어떻게 보면 발상 자체는 쉬운 알고리즘인데, dfs를 적용해서 구현한다거나 2차원 행렬을 좌표(-1,0,1,0) 를 리스트에 담아서 더하는 방식은 항상 적응이 안되는 것 같아서 애먹었습니다ㅜㅜ. 이 부분에 대해선 연습이 필요할 것 같아요!

@Eunji1217 Eunji1217 changed the title [02주차 이은지] 백준1189_컴백홈 [02주차 이은지] 컴백홈 Oct 22, 2023
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