Skip to content

[Week14] PGS 64064: 불량사용자#85

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

[Week14] PGS 64064: 불량사용자#85
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)

순열 조합 문제가 아닌 각 banned_id가 맞는 패턴에 대해서 중복되지 않는 조합을 찾기 위해 HashSet을 사용했습니다. 단순 순열 조합이 예외케이스를 발생시키는 점을 참고하면 좋을 것 같습니다.

체크리스트

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

추가 코멘트

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

@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 c3335c9 into main Apr 2, 2026
4 checks 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