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

[투포인터] 2116020 전유진 #323

Open
wants to merge 129 commits into
base: 2116020-전유진
Choose a base branch
from

Conversation

YujinJeon888888
Copy link

@YujinJeon888888 YujinJeon888888 commented May 16, 2023

인적사항

학번: 2116020
이름: 전유진


과제 제출

기존 제출 : 20922
추가 제출 :


20437을 못 풀었습니다 3제명이라 여기까지 할 것 같습니다 그동안 감사했습니다 복습용으로 자료를 보고 싶은데 슬랙이랑 깃허브에 남아 있어도 되나요?

SeoYeomm and others added 30 commits February 28, 2023 19:56
jk0527 and others added 28 commits April 14, 2023 09:42
입력1
: l 지워나가는 문제(r)
@kwakrhkr59 kwakrhkr59 changed the base branch from main to 2116020-전유진 May 17, 2023 13:15
Copy link

@kwakrhkr59 kwakrhkr59 left a comment

Choose a reason for hiding this comment

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

[투포인터 필수 알고리즘 코드리뷰 완료]
안녕하세요 유진님~ 투포인터 필수 20922번 코드리뷰 완료되셨습니다😊 꽤 까다로운 문제였는데 투포인터를 적절히 사용햇 잘 풀이해주셨더라고요👍👍 주석도 정말 자세해서 리뷰하는 내내 감탄했습니다😁 함수화도 잘 해주시고 로직도 깔끔해서 특별히 드릴 말씀은 없었습니다! 질문 있으시면 언제든 리뷰어로 호출해주세요😀 수고 많으셨습니다~

cin >> arr[i];
}
//계산&출력
cout << LCS(arr, k, n);

Choose a reason for hiding this comment

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

메인 아주 깔끔하고 좋습니다!😍😍

left++;//대신 연속순열 시작점을 옮겨서 상쇄시킴
}
length = max(length, right - left + 1);//max갱신
right++;//앞으로나가기

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants