Mark As Completed Discussion

Conclusion

Dynamic Programming doesn't have to be scary. Following the FAST method can get you to an optimal solution as long as you can come up with an initial brute force solution. However, just knowing the theory isn't enough, to build confidence and proficiency in dynamic programming you must practice programming by doing.