[20251021] BOJ / G4 / 단어 수학 / 김민진 #1186
Merged
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.
🧷 문제 링크
단어 수학
🧭 풀이 시간
30분
👀 체감 난이도
✏️ 문제 설명
문자열이 있고 알파벳 당 하나의 숫자를 할당한다고 쳤을 때 문자열의 총 합이 가장 큰 경우는?
🔍 풀이 방법
10 ^ 알파벳 자리한 값을 저장하는 배열 생성해서 정렬거꾸로 돌면서 가장 먼저 나오는 것에 9, 그 다음 8, ... 하는 식으로 더해줌
⏳ 회고
그리디 치고 쉬운 편