When Not to Use Divide-and-Conquer(분할정복법 사용을 피해야 하는 경우)
If possible, we should avoid divide-and-conquer in the following two cases: An instance of size n is divided into or more instances each almost of size n. // n th Fibonacci Term (Recursive)fib(n) = f