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.
🎈boj 14711 - 타일 뒤집기 (Easy)
🗨 해결방법 :
아래쪽, 왼쪽, 오른쪽 방향과 위쪽 방향을 따로 생각하여 풀었습니다.
📝메모 :
✔코드 :
🎈boj 11037 - 중복 없는 수
🗨 해결방법 :
순열과 이분 탐색으로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 22942 - 데이터 체커
🗨 해결방법 :
스택을 이용하여 풀었습니다.
📝메모 :
✔코드 :
🎈boj 14226 - 이모티콘
🗨 해결방법 :
bfs로 풀었습니다
📝메모 :
✔코드 :
🎈boj 23829 - 인문예술탐사주간
🗨 해결방법 :
prefix sum + lower bound로 풀었습니다
📝메모 :
✔코드 :
🎈boj 25795 - 예쁜 초콜릿과 숫자놀이
🗨 해결방법 :
재귀로 풀었습니다.
📝메모 :
✔코드 :
🎈boj 30108 - 교육적인 트리 문제
🗨 해결방법 :
우선순위 큐로 최대 힙을 구현하여 풀었습니다.
📝메모 :
✔코드 :
🎈boj 17092 - 색칠 공부
🗨 해결방법 :
HashSet을 사용하여 풀었습니다.
📝메모 :
2차원을 1차원으로 인덱스 변환
✔코드 :