728x90 algorithm17 boj 11502 c[n]은 n장을 구매하기 위한 최대 비용이다. 점화식은 c[n] = max(c[n], c[n-m] + pay[m]) (m 2021. 2. 26. boj 14501 현재 날짜가 n일때 이 날짜에 있는 상담을 할지 안할지에 대한 경우를 계산하면 된다. github.com/skullkim/algorithm/blob/master/boj/dp/14501_re.cpp skullkim/algorithm Contribute to skullkim/algorithm development by creating an account on GitHub. github.com 2021. 2. 25. boj 1182 github.com/skullkim/algorithm/blob/master/boj/brute_force/1182_re.cpp skullkim/algorithm Contribute to skullkim/algorithm development by creating an account on GitHub. github.com 2021. 2. 25. boj 14889 github.com/skullkim/algorithm/blob/master/boj/brute_force/14889_re.cpp skullkim/algorithm Contribute to skullkim/algorithm development by creating an account on GitHub. github.com 2021. 2. 25. 이전 1 2 3 4 5 다음 728x90