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.
저는 주 언어를 C++로 사용하고 있어서 처음에 환경이 세팅되어 있지 않아, jdk부터 설치하게 되었습니다.
jdk는 17로 맞추어 설정하였고, 컴파일 및 실행에서는 따로 건드릴 부분 없이 잘 수행 되었습니다.
아직 코틀린에 익숙하지 않아, 코틀린에서 제공하는 라이브러리를 적재적소에 사용하기는 어려웠습니다.
배열 또한 Array와 List의 특성을 찾아보고 구현에 있어서 메모리나 성능의 차이에 유의하며 짜려고 노력하였습니다.