fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

feat(typescript): added recursive implementation of the fibonacci series in class with some functionalities #76

Closed chgara closed 2 years ago

chgara commented 2 years ago

I have added the Fibonacci series recursive implementation in typescript and is wrapped in a well documented class that add some functionalities like store the series recursively so i can show you all the Fibonacci numbers of all the components of a Fibonacci number. Please could you add the hacktober-accepted label?

fharookshaik commented 2 years ago

Thank you for your contribution!