AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.58k stars 531 forks source link

Algorithm to find factorial using DP #356

Open the-suman opened 3 years ago

the-suman commented 3 years ago

Finding the factorial of a number using dynamic programming approach.

I am creating a pull request for...