1. Problem 2. Solution 3. Detail
1. Problem 2. Solution 3. Detail
1. Problem 2. Solution 3. Detail
Solution1 Solution2(Binary Search algorithm)
1. My Solution 2. Other Solution
python의 upperbound, lowerbound -> bisect.bisect_left()
* bisect.bisect_left() 함수 사용
유클리드 호제법 사용
<3가지 중요 Point> Point1 - 나머지가 모두 같다는 점을 활용 Point2 - 유클리드 호제법을 이용하여 최대공약수 구하기 Point3 - 효율적으로 약수 구하기
1. Problem 2. Solution 3. Detail
colletions module의 Counter class 활용
1. Problem 2. Solution(2개, lambda 함수 사용) 3. Detail
LCS(Longest Common Subsequence, 최장 공통 부분 수열)