잡정보
Introduction to Algorithms 3rd edition 답지
Jeonggyun
2017. 10. 30. 04:27
http://sites.math.rutgers.edu/~ajl213/CLRS/CLRS.html에 누군가가 친절하게 모든 문제와 예제를 풀어놓았다.
간혹 틀린 답이 있으니 주의할 것.
ex) Problem 3-3에서
$n2^n$이 $e^n$보다 증가속도가 빠르다고 하였는데,
$\lim_{n \to \infty} \frac{n2^n}{e^n} = 0$이다