탐욕 알고리즘(Greedy Algorithm)
무차별 대입 알고리즘(Brute Force Algorithm)
동적 프로그래밍(Dynamic Programming)
For x > 1, fib(x) = fib(x-1) + fib(x-2)