Mark As Completed Discussion

Solving With the FAST Method

The FAST method consists of the following 4 steps:

  1. Find the first solution
  2. Analyze the solution
  3. Identify the subproblems
  4. Turn around the solution

Let's examine this process with the most popular example when it comes to dynamic programming, calculating the nth Fibonacci number:

TEXT
OUTPUT
:001 > Cmd/Ctrl-Enter to run, Cmd/Ctrl-/ to comment