Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 239 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 239 Bytes

1) fibonocci_generator_upto_n : To generate fibonacci numbers up to n using Generators

2) first_n_fibonacci_generator : To generate first n fibonacci numbers using Generators

3) Factorial: To check the Factorial of a given number