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

posts/60 #4

Open
utterances-bot opened this issue Jun 29, 2021 · 3 comments
Open

posts/60 #4

utterances-bot opened this issue Jun 29, 2021 · 3 comments

Comments

@utterances-bot
Copy link

[프로그래머스] 레벨3 (level3) 배달

https://juyoungpark718.github.io/posts/60

Copy link

안녕하세요 풀이 잘 보았습니다.
한 가지 이해가 안되는게 있어 코멘트 남깁니다.
check.sort((a, b) => b[2] - a[2]);
에서 [2]를 해주는 이유가 뭘까요?

@juyoungpark718
Copy link
Owner

안녕하세요 풀이 잘 보았습니다.
한 가지 이해가 안되는게 있어 코멘트 남깁니다.
check.sort((a, b) => b[2] - a[2]);
에서 [2]를 해주는 이유가 뭘까요?

우선 댓글 달아주셔서 너무 감사합니다. 저도 확인해보니까 check 배열은 object값을 가지고 있는 배열인데 b[2]-a[2]로 사용하는 것은 완전 틀렸네요 감사합니다! 그리고 정렬할 필요가 없는 문제 같네요!

check.sort((a, b) => b[2] - a[2]);

이 부분은 완전히 틀린 코드네요 감사합니다!

@swing-park
Copy link

아하 ! 댓글 감사합니다 덕분에 잘 알게 되었습니다 👍

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

3 participants