Skip to content

Conversation

mmyeon
Copy link
Contributor

@mmyeon mmyeon commented Jan 28, 2025

답안 제출 문제

체크 리스트

  • 우측 메뉴에서 PR을 Projects에 추가해주세요.
  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@mmyeon mmyeon self-assigned this Jan 28, 2025
@mmyeon mmyeon requested a review from a team as a code owner January 28, 2025 14:50
@github-actions github-actions bot added the ts label Jan 28, 2025
@mmyeon mmyeon requested a review from YeomChaeeun January 28, 2025 14:51
Comment on lines +29 to +32
if (right - left + 1 - maxFrequency > k) {
map.set(s[left], map.get(s[left])! - 1);
left++;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

슬라이딩 윈도우가 잘 사용 포인트네요 :)

Copy link
Contributor

@TonyKim9401 TonyKim9401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8주차 문제 풀이 고생 하셨습니다.
문제 풀이 실력이 정말 볼 때마다 상당 하신것 같습니다..
접근 방법과 해설을 보며 많이 배웁니다!
9주차 문제 풀이도 파이팅입니다. 이제 얼마 안남았어요!

@mmyeon
Copy link
Contributor Author

mmyeon commented Feb 1, 2025

8주차 문제 풀이 고생 하셨습니다. 문제 풀이 실력이 정말 볼 때마다 상당 하신것 같습니다.. 접근 방법과 해설을 보며 많이 배웁니다! 9주차 문제 풀이도 파이팅입니다. 이제 얼마 안남았어요!

@TonyKim9401

이번 주도 리뷰 해주셔서 감사합니다!
막히는 부분 다른 분들 코드 참고해서 많이 도움 받으면서 배우고 있어요 😸
응원 가득 받았으니 다음 주도 파이팅 해볼게요! 감사해요!

@mmyeon mmyeon merged commit 5a7828b into DaleStudy:main Feb 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants