Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
36 stars 258 forks source link

Add c-factorial-tail_recursive algorithm #234

Closed b3xul closed 5 years ago

b3xul commented 5 years ago

It's the the first time that I make a pull request so tell me if something isn't right. I added a new version for the factorial function in C and renamed a function that was already on the repository but with a name against the guidelines.