-
-
Notifications
You must be signed in to change notification settings - Fork 195
[mallayon] Week 8 #967
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
[mallayon] Week 8 #967
Conversation
if (right - left + 1 - maxFrequency > k) { | ||
map.set(s[left], map.get(s[left])! - 1); | ||
left++; | ||
} |
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.
슬라이딩 윈도우가 잘 사용 포인트네요 :)
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.
8주차 문제 풀이 고생 하셨습니다.
문제 풀이 실력이 정말 볼 때마다 상당 하신것 같습니다..
접근 방법과 해설을 보며 많이 배웁니다!
9주차 문제 풀이도 파이팅입니다. 이제 얼마 안남았어요!
이번 주도 리뷰 해주셔서 감사합니다! |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.