Skip to content

[Week13] PGS 60059: 자물쇠와 열쇠#84

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

[Week13] PGS 60059: 자물쇠와 열쇠#84
Hexeong merged 1 commit intomainfrom
Hexeong

Conversation

@Hexeong
Copy link
Copy Markdown
Contributor

@Hexeong Hexeong commented Apr 2, 2026

문제 정보

풀이 방법

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

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

문제 제약사항이 간단하기에 단순 브루트 포스로도 풀 수 있는 간단 구현 문제였습니다.

체크리스트

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

추가 코멘트

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

@Hexeong Hexeong self-assigned this Apr 2, 2026
@Hexeong Hexeong added the 프로그래머스 프로그래머스 문제 label Apr 2, 2026
@github-actions github-actions bot added the weekly-challenge 주차별 공통 문제 label Apr 2, 2026
@Hexeong Hexeong merged commit 448a8e4 into main Apr 2, 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