edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

Hint is missing in Fibonacci Series #149

Closed Manoj-Paramsetti closed 3 years ago

Manoj-Paramsetti commented 3 years ago

Description

Adding hint and removing the math module in the Fibonacci series program

Is your feature request related to a problem? Please describe.

It's somewhat related to a problem. Actually, the hint is missing in the Fibonacci series and the Math module is imported unnecessarily

Describe the solution you'd like

Abhijit2505 commented 3 years ago

@Manoj-Paramsetti please get started.

Manoj-Paramsetti commented 3 years ago

Okay

sumitchouhan13 commented 3 years ago

Could you please explain what does adding hint here means ?

Manoj-Paramsetti commented 3 years ago

@Abhijit2505 Completed! check the pull request #151 I added the pull request related to issue #150 and this issue to reduce the commit numbers