Skip to content

재귀 안쓰고 DP로 fib() 구현

피보나치 수열 구현하는 로직을 아래 형태로 만들어주세요

public static int fib(int n, int[] lookup) {}