[Programmers] 2023 KAKAO BLIND RECRUITMENT 개인정보 수집 유효기간 #46
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.
기본사항 정리
구현방법
1.약관 종류 -> 유효기간(월)
2. 수집날짜 + 유효기간 -> 폐기 시작 날짜 != 오늘 날짜
3. 비교를 위해 string 형으로 되어있는 문자열을 int 형으로 변환하여 비교한뒤 다시 string형으로 반환을 해준다.
카카오 코딩테스트 문제 Lv.1 을 한번 풀어봤습니다.
우선 Python 으로 문제를 풀어 보았습니다.
곧 Javascript 버전으로 문제를 풀이한 것도 PR이 올라올 예정입니다.