ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Factorial of n in any language #347

Closed zafar-hussain closed 1 year ago

zafar-hussain commented 3 years ago

Create a Factorial of n in any language

Brownie points for Recursive solutions, but all solutions are appreciated.

Please put your solution in ../data-structure-and-algorithms/Mathematics/Factorial folder

cheers

Pal-Sandeep commented 2 years ago

348 I can do it in C.