Skip to content

Conversation

whewchews
Copy link
Contributor

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@whewchews whewchews self-assigned this Sep 14, 2024
@whewchews whewchews requested a review from a team as a code owner September 14, 2024 17:39
@github-actions github-actions bot added the ts label Sep 14, 2024
@whewchews whewchews changed the title [pepper] Week5 Solutions [pepper] Week 5 Solutions Sep 14, 2024
*/

function wordBreak(s: string, wordDict: string[]): boolean {
const memo: Record<string, boolean> = {};
Copy link
Contributor

Choose a reason for hiding this comment

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

TS가 익숙하지 않아서 Record에 대해서 찾아봤네요 😅 하나 새로 배워갑니다!

@leokim0922
Copy link
Contributor

고생하셨습니다! TS 지식이 부족해서 디테일한 리뷰는 못하지만, 코드 컨텍스트 자체는 문제없어보이네요!

@SamTheKorean SamTheKorean merged commit 9cc99d4 into DaleStudy:main Sep 16, 2024
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.

3 participants