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.
푼 문제
백준 - 1080 행렬
그리디 알고리즘임을 파악하기 어려웠던 문제. 스스로 복잡하게 생각하면서 더 꼬아졌던 문제였다.
백준 - 8896 가위 바위 보
구현 문제. 생각보다 복잡하고 처리해야할 케이스가 존재했다. 꼼꼼하게 해결!
프로그래머스 - 괄호변환
올바른 괄호 문자열을 만들기 위해 문자열을 분리하여 재귀적으로 해결하는 문제.
스터디
백준 2841 - 외계인의 기타연주
스택을 활용해서 플랫의 위치에 따라 손가락을 움직이는 횟수를 효율적으로 판단해야함.
백준 1874 - 스택 수열
스택을 활용해서 문제를 구현. 구현하기 위한 규칙을 찾는 것이 중요했음