Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
체육복
처음에 문제를 파악하는데 좀 헷갈린거 말고는 이슈가 없네요
여벌이 있는데 도난당한 경우 -> 를 보고 교집합이 생각나서 집합으로 풀었습니다
N으로 표현
이것저것 시도를 많이 해봤어요
함수 구분해서 재귀로 접근 -> 하려다가 DP로 수정
함수 구분해서 DP로 접근 -> 예외 케이스 3개 발생
예외 케이스 이것저것 추가하면서 함수 내부 반복문으로 바꾸고
최대한 연산을 안하는 방향으로 구성했습니다
처음에는 딕셔너리로 연산결과를 받아서 접근하다가 2차원배열로 바꾸고 좀 더 쉽게 해결했어요
원래 코드 좀 많이 더러웠는데, 통과되고나서 정리 이쁘게 하니까 짧아져서 기분이 죠습니다
ISSUE NUMBER