초급반 / 김민지 / 단어뒤집기2-17413, 파일정리-20291, ZOAC-30436#108
Open
arenran02 wants to merge 3 commits intoAlom-codingTest:mainfrom
Open
초급반 / 김민지 / 단어뒤집기2-17413, 파일정리-20291, ZOAC-30436#108arenran02 wants to merge 3 commits intoAlom-codingTest:mainfrom
arenran02 wants to merge 3 commits intoAlom-codingTest:mainfrom
Conversation
added 2 commits
May 28, 2025 11:30
hwangjaehee
reviewed
May 28, 2025
Contributor
There was a problem hiding this comment.
문자별 좌표와 해당 손 정보를 구조체로 관리하고, 이를 바탕으로 거리를 계산하고 손의 위치를 업데이트하는 방식이 좋다고 생각합니다. 군더더기 없이 구현된 좋은 코드입니다.
Contributor
There was a problem hiding this comment.
std::map<std::string, int>을 사용하여 고유한 파일 확장자를 키로, 해당 확장자를 가진 파일의 개수를 값으로 저장하는 방식으로 문제를 해결한 것이 좋다고 생각합니다.
Contributor
There was a problem hiding this comment.
연결 리스트를 기반으로 스택을 구현하시고, push_stack, pop_stack, is_stack_empty, init_STACK 등의 기본적인 스택 연산들을 깔끔하게 잘 정의하셨습니다. 스택의 특성을 활용하여 문제의 요구사항을 효율적으로 해결하신 훌륭한 코드라고 생각합니다.
수고 많으셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.