DKU-STUDY / Algorithm

단국대학교 알고리즘 스터디
https://docs.google.com/spreadsheets/d/12s4bTdAsZyamQS3wMsElsHTh8mrnX0LAkCrL7QmNvlo/edit?usp=sharing
145 stars 35 forks source link

[BOJ] 용액 #981

Closed ms9849 closed 3 years ago

ms9849 commented 3 years ago

투 포인터를 사용하여 풀었지만

수들이 정렬된 상태가 보장되므로 이분 탐색을 통해서도 풀 수 있을 것 같습니다.