The following example demonstrates an "infinite" table. For any n , fibs[n] will give the n -th Fibonacci number using dynamic programming and memoization.
確定! 回上一頁