Let's test your knowledge. Click the correct answer from the options.
Which of the following is the correct way to calculate the Fibonacci sequence using dynamic programming?
Click the option that best answers the question.
- Using a recursive function
- Using an iterative approach without memoization
- Using an iterative approach with memoization
- Using a loop with simple addition