DS-Algo-Zone
DS-Algo-Zone copied to clipboard
Fibonacci Series
🚀 Feature
Fibonacci series -> Every element is the sum of the previous 2 elements and the first 2 elements are 0 and 1 respectively.
Have you read the Contribution Guidelines?
Yes
Pitch
Brute force algorithm
Assignees
(Do not make changes in this section until asked to do so)
C - @JatinKumarMahaldar
C# - @DoyelA
C++ - @tm2k23
Go - @gopheramit
Java - @SUDHANSHKESHARWANI
Javascript - @ADV1K
Kotlin - @Diegoslourenco
Python - @Noxbolt
@SUDHANSHKESHARWANI Do you want to work on this? If so, in which language?
@manan025 can u please assign C++ to me, I will be describing
- Recursive
- Iterative in O(N) space
- Iterative in O(1) space
Sure @tm2k23 assigned C++
Can I work in python?
@Noxbolt Python assigned
@SUDHANSHKESHARWANI Do you want to work on this? If so, in which language?
I want to do it in Java
can i work on it with C.
i would like to implement fibonacci series in javascript. can you assign this to me?
@SUDHANSHKESHARWANI - Java @JatinKumarMahaldar - C @ADV1K - JS Assigned
@manan025 Can I do this in kotlin?
@Diegoslourenco - Kotlin assigned
@manan025 please have a look at #161
@manan025 i would like to this in golang
@gopheramit Go assigned
#200
Please assign me for C# implementation of Fibonacci series
@manan025 hey, I want to implement this in C++.
@Diegoslourenco - Kotlin assigned
@manan025 I submitted the PR #235
@Kshma29 - C++ already assigned to someone else
@DoyelA - C# assigned