Skip to content

week2/Vryez11#10

Open
Vryez11 wants to merge 6 commits into
dandi-swm:mainfrom
Vryez11:main
Open

week2/Vryez11#10
Vryez11 wants to merge 6 commits into
dandi-swm:mainfrom
Vryez11:main

Conversation

@Vryez11

@Vryez11 Vryez11 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

✏️ 2주차

해결한 문제

  • 멀리 뛰기
  • 섬 연결하기
  • 튜플
  • 징검다리건너기
  • 괄호회전하기
  • 기지국설치

해결하지 못한 문제

@Vryez11 Vryez11 changed the title docs: week2/멀리뛰기/Vryez11 week2/Vryez11 Jul 13, 2026
@Vryez11
Vryez11 requested review from nonani and twalla26 July 14, 2026 01:04
@Vryez11 Vryez11 added the ✏️ 문제 풀었어요! 문제 풀이 PR에 부착되는 라벨입니다. label Jul 15, 2026
@Vryez11 Vryez11 self-assigned this Jul 17, 2026

@nonani nonani left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM!

int answer = 0;

while (left <= right) {
int mid = left + (right - left) / 2;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@twalla26 twalla26 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +42 to +44
return answer.stream()
.mapToInt(i -> i)
.toArray();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

오 배워갑니다 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✏️ 문제 풀었어요! 문제 풀이 PR에 부착되는 라벨입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants