Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

SSOC'23 Fibonacci Sequence upto N [Optimized]

Open avinashvermaaa opened this issue 1 year ago • 2 comments

Fibonacci Sequence ( The Series starts from 0,1 and every next number is the sum of previous two number for example 0,1,1. and the series goes on.... 0,1,1,2,3,5,8,13,21,34,......)

The code will take a number as input from user say 'N' and will print Upto 'N' Fibonacci sequence numbers.

Example :- Input = 10 Output : - 0,1,1,2,3,5,8,13,21,34

I can code this in ( Python, Java, C++, C )

Please assign me this issue under SSOC'23. @Kumar-laxmi

Screenshot : - Screenshot (939)

avinashvermaaa avatar Jun 09 '23 07:06 avinashvermaaa

@Kumar-laxmi sir kindly assign this issue to me, I can code it using recursion as well as using loops and will provide an optimize solution. Please assign it to me sir

Soumya6Tiwari avatar Jun 09 '23 11:06 Soumya6Tiwari

This can be done using dynamic programming to optimize it. Kindly assign me this issue. I can implement this.

chhavisharma30 avatar Jul 20 '23 07:07 chhavisharma30

Stale issue message

github-actions[bot] avatar Jun 06 '24 16:06 github-actions[bot]