Skip to content

Conversation

Jeong-Minkyeong
Copy link
Contributor

✅ 문제번호 | [두 용액] | 난이도: 골드5 | 유형: 이분탐색

💡 풀이 설명

사실 이분탐색으로 안풀고 투포인터로 풀었어용,,😭

✅ 문제번호 | [색종이와 가위] | 난이도: 골드5 | 유형: 이분탐색

💡 풀이 설명

약간 수학적인 계산이 들어가면 개인적으로 어려워하는 것 같습니다..

✅ 문제번호 | [휴게소 세우기] | 난이도: 골드4 | 유형: 이분탐색

💡 풀이 설명

푸는 시간보다 문제 이해하는데 더 오래 걸린,,,최대의 최소..?😫

Copy link
Contributor

@LGAIN LGAIN left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!

}

// 포인터 이동
// 같으면 왼,오 이동
Copy link
Contributor

Choose a reason for hiding this comment

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

같으면 왜 이동하는지 궁금합니다..!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

절대값이 같으면 이라고 표현한다는걸 저렇게 썼네요 !!
그런데 다시보니까 없어도 되는 코드 같습니다😂

Copy link
Contributor

Choose a reason for hiding this comment

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

저랑 비슷하게 푸셨네요~! 👍

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

Successfully merging this pull request may close these issues.

2 participants