baekjoon icon indicating copy to clipboard operation
baekjoon copied to clipboard

[ADD] 2470 cpp solution

Open sio2whocodes opened this issue 4 years ago • 1 comments

2470번 이분탐색 C++ 솔루션입니다. 이분탐색과 투포인터 알고리즘 이용하여 풀이했습니다.

sio2whocodes avatar Sep 25 '21 02:09 sio2whocodes

올려주신 솔루션은 이분탐색 알고리즘이 적용된 부분이 없고 투포인터 솔루션에 더 가깝습니다. 해당 솔루션을 solution/binary_search/2470/main.cpp -> solution/two_pointer/2470/main.cpp으로 옮겨주시면 감사하겠습니다.

tony9402 avatar Nov 29 '21 21:11 tony9402

안녕하세요.

새로운 https://github.com/tony9402/algorithm-solutions 레포에 같은 풀이가 존재하지 않는다면 다시 솔루션을 올려주시면 감사하겠습니다.

tony9402 avatar Jan 28 '24 18:01 tony9402