Asiatik / codezilla

⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
MIT License
143 stars 181 forks source link

added tail recursion implementation of factorial #457

Open budakf opened 4 years ago

budakf commented 4 years ago

I have added tail recursion implementation of factorial in C++.