Skip to content
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

[kimyoung] WEEK 05 Solutions #443

Merged
merged 1 commit into from
Sep 14, 2024
Merged

[kimyoung] WEEK 05 Solutions #443

merged 1 commit into from
Sep 14, 2024

Conversation

kim-young
Copy link
Contributor

@kim-young kim-young commented Sep 9, 2024

답안 제출 문제

study/issues/271

체크 리스트

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

@github-actions github-actions bot added the js label Sep 9, 2024
@kim-young kim-young changed the title Best Time to Buy and Sell Stock solution [kimyoung] WEEK 05 Solutions Sep 9, 2024
let left = 0, right = 1;
let max = 0;

while(right < prices.length) {
Copy link
Contributor

Choose a reason for hiding this comment

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

비슷한 풀이여도 left, right로 두고 반복문을 진행하니까

문제를 새로운 이미지로 떠올리게 되네요 :D

@kim-young
Copy link
Contributor Author

죄송합니다 이번 주는 가족 여행을 와있는 관계로 여기서 PR를 닫아야하겠네요 ㅠㅠ 다음주부터 다시 복귀하도록 하겠습니다!

@kim-young kim-young marked this pull request as ready for review September 14, 2024 12:15
@kim-young kim-young requested a review from a team as a code owner September 14, 2024 12:15
Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

죄송합니다 이번 주는 가족 여행을 와있는 관계로 여기서 PR를 닫아야하겠네요 ㅠㅠ 다음주부터 다시 복귀하도록 하겠습니다!

잠시 코딩 문제는 잊고 가족과 즐겨운 여행되시길 바랍니다 :)

@kim-young kim-young merged commit 7109b99 into DaleStudy:main Sep 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants