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

[java] 보석 쇼핑 #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Voyager003
Copy link
Contributor

문제: 보석 쇼핑
언어: java

풀이 과정

투 포인터 문제입니다.
N 이 10만이상인 것을 확인하고, 투 포인터로 문제를 풀어야겠다고 생각했습니다.
그런데도 구현이 어려워, 다른 분의 블로그 글을 보고 풀이과정을 참고하여 구현을 했지만, 2시간 이상 시간이 걸렸네요..

최단 구간을 구하기 위해 보석 종류들을 다 모아도, start 를 옮겨줘야 합니다.

else if 문의 조건문을 처음에는 while(true) 바로 밑에 탈출 조건문으로 작성했다가, end 가 배열의 끝에 도달한 경우에도 start 가 오른쪽으로 옮겨서 답이 될 수도 있다는 것을 확인하고, 독단 if 문을 else if 문으로 조건문 위치를 옮겼습니다.

리뷰 요청 사항

투 포인터 문제는 항상 투 포인터로 푸는 것을 알아차리지만, 구현하는데에 있어서 항상 어려움을 겪는 것 같습니다.
혹시 다른 분들은 투 포인터 문제를 구현 및 풀이할 때 쉽게(?)하는 팁(?)들이 있을 지 해서 리뷰 요청 드립니다.

@LeeHyungGeol LeeHyungGeol self-assigned this Dec 19, 2024
@LeeHyungGeol LeeHyungGeol added the Request Review 리뷰를 원하는 PR에 설정할 라벨입니다. label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Review 리뷰를 원하는 PR에 설정할 라벨입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants