-
Notifications
You must be signed in to change notification settings - Fork 126
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
[YeomChaeeun] Week 5 #869
[YeomChaeeun] Week 5 #869
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YeomChaeeun 님, 5주차도 고생 많으셨습니다!
크게 리뷰드릴 사항이 없을정도로 깔끔하게 풀어주셨네요.
앞으로도 좋은 풀이 부탁드려요!
group-anagrams/YeomChaeeun.ts
Outdated
} | ||
group[key].push(s) | ||
} | ||
console.log(group) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
중요하지 않은 사항입니다
요 부분 주석처리만 빠져있네요! 🧹
/* 해당 케이스에서 에러 발생함 | ||
* - 단어가 여러번 사용될 수 있기 때문 | ||
* s="bb" | ||
* wordDict = ["a","b","bbb","bbbb"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.