Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[49]Group Anagrams 풀이 질문 #169

Open
ohseungtae opened this issue Jul 7, 2023 · 1 comment
Open

[49]Group Anagrams 풀이 질문 #169

ohseungtae opened this issue Jul 7, 2023 · 1 comment

Comments

@ohseungtae
Copy link

image
파이참에 리트코드 플러그인을 통해서 작성해서 제출했는데 오류가 발생했습니다.
확인해보니 책에 있는 입력,출력예시가 리트코드내 예시와 다름을 확인했습니다.
스크린샷 2023-07-08 033542
그런데 리트코드내에서 제출했을 때, 분명 output과 expected가 다른데도 불구하고 Accepted라고 뜹니다..

스크린샷 2023-07-08 033436
임의로 코드를 수정해서 output과 expected를 같게 하여 제출했을 때, Accepted라고 뜹니다.

리스트내에서의 순서는 상관없다는걸까요?? 그러면 정렬을 하는 이유가 없지않나 생각이 듭니다...시스템상 오류일까요??
그리고 제가 작성한 코드말고 다른 접근 방법이 있는지 궁금합니다.

@likejazz
Copy link
Collaborator

likejazz commented Jul 23, 2023

안녕하세요.
리트코드의 문제 설명을 보시면 "You can return the answer in any order."로 되어 있습니다. 따라서, 순서는 무관하며 리트코드에는 문제가 없어 보입니다. 여기서 정렬을 사용한 이유는 단순히 애너그램 여부를 판별하기 위해서만 사용했습니다.
감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants