Skip to content

Conversation

HiGeuni
Copy link
Contributor

@HiGeuni HiGeuni commented Jan 25, 2025

답안 제출 문제

체크 리스트

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

@HiGeuni HiGeuni requested a review from HerrineKim January 25, 2025 08:28
@HiGeuni HiGeuni requested a review from a team as a code owner January 25, 2025 08:28
@github-actions github-actions bot added the js label Jan 25, 2025
Copy link
Contributor

Choose a reason for hiding this comment

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

수고하셨습니다! 이미 아주 효율적인 코드이지만, 총 m+n−2번 이동(총 m−1번 아래로 이동하고, n−1번 오른쪽으로 이동) 중에 m - 1 혹은 n - 1 중 적은 쪽을 선택하는 수학 조합 문제로 해석해서 풀면 시간 복잡도를 n으로 개선할 수 있다고 합니다! 저도 신기했던 풀이라 공유드려요. 편안한 연휴 보내세요!

Copy link
Contributor Author

@HiGeuni HiGeuni Jan 25, 2025

Choose a reason for hiding this comment

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

오 좋은 접근이네요! 공유 감사합니다.

좋은 연휴 보내세요~

@HiGeuni HiGeuni merged commit f9094b8 into DaleStudy:main Jan 25, 2025
3 checks 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