Skip to content

[Week13] PGS 42892: 길 찾기 게임#81

Merged
Hexeong merged 1 commit intomainfrom
Hexeong
Apr 1, 2026
Merged

[Week13] PGS 42892: 길 찾기 게임#81
Hexeong merged 1 commit intomainfrom
Hexeong

Conversation

@Hexeong
Copy link
Copy Markdown
Contributor

@Hexeong Hexeong commented Mar 26, 2026

문제 정보

풀이 방법

간단히 어떤 방식으로 풀었는지 설명해주세요.

예시:
- 알고리즘: DFS/BFS, DP, 그리디 등
- 시간 복잡도: O(n)
- 공간 복잡도: O(n)

직접 Node 기반으로 Tree를 구성하여 전위 탐색, 후위 탐색을 모두 구현했습니다.

체크리스트

  • 코드가 정상적으로 실행되나요?
  • 커밋 메시지가 컨벤션을 따르나요?
  • 파일명이 올바른가요? ({닉네임}.{확장자})

추가 코멘트

(선택사항) 추가로 공유하고 싶은 내용이 있다면 작성해주세요.

@Hexeong Hexeong self-assigned this Mar 26, 2026
@Hexeong Hexeong added the 프로그래머스 프로그래머스 문제 label Mar 26, 2026
@github-actions github-actions bot added the weekly-challenge 주차별 공통 문제 label Mar 26, 2026
@Hexeong Hexeong merged commit db2d507 into main Apr 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

weekly-challenge 주차별 공통 문제 프로그래머스 프로그래머스 문제

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant