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
더 맵게
맵찔이인 저에겐 무시무시한 문제였어요. Heapq를 통해서 풀었습니다.
K번째 수
슬라이싱+sorted 로 이때까진 미소를 띄우며 풀었습니다.
가장 큰 수
음,,, 아직 저의 1rm은 레벨 1.5 정도인걸 깨닫게 해주는 악마같은 문제였어요.
진짜로 하루죙일 끙끙 고민하다가 힌트 살짝 보고 풀었습니다. 한국엔 정말 대단하신 분들이 많네요
문자열의 비교를 이용해서 최대자리수가 3자리인걸 핵심으로 x3 해서 sort로 정렬했습니다.
다같이 알고리즘의 정점이 되어 보자구요
ISSUE NUMBER