DS-Algo-Zone icon indicating copy to clipboard operation
DS-Algo-Zone copied to clipboard

Fibonacci Series

Open SUDHANSHKESHARWANI opened this issue 4 years ago • 20 comments
trafficstars

🚀 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 avatar Oct 01 '21 17:10 SUDHANSHKESHARWANI

@SUDHANSHKESHARWANI Do you want to work on this? If so, in which language?

manan025 avatar Oct 01 '21 17:10 manan025

@manan025 can u please assign C++ to me, I will be describing

  1. Recursive
  2. Iterative in O(N) space
  3. Iterative in O(1) space

tm2k23 avatar Oct 01 '21 17:10 tm2k23

Sure @tm2k23 assigned C++

manan025 avatar Oct 01 '21 18:10 manan025

Can I work in python?

tarunkrjaiswal avatar Oct 01 '21 18:10 tarunkrjaiswal

@Noxbolt Python assigned

manan025 avatar Oct 01 '21 18:10 manan025

@SUDHANSHKESHARWANI Do you want to work on this? If so, in which language?

I want to do it in Java

SUDHANSHKESHARWANI avatar Oct 01 '21 18:10 SUDHANSHKESHARWANI

can i work on it with C.

JatinKumarMahaldar avatar Oct 01 '21 18:10 JatinKumarMahaldar

i would like to implement fibonacci series in javascript. can you assign this to me?

ADV1K avatar Oct 01 '21 18:10 ADV1K

@SUDHANSHKESHARWANI - Java @JatinKumarMahaldar - C @ADV1K - JS Assigned

manan025 avatar Oct 01 '21 18:10 manan025

@manan025 Can I do this in kotlin?

Diegoslourenco avatar Oct 02 '21 02:10 Diegoslourenco

@Diegoslourenco - Kotlin assigned

manan025 avatar Oct 02 '21 05:10 manan025

@manan025 please have a look at #161

JatinKumarMahaldar avatar Oct 02 '21 07:10 JatinKumarMahaldar

@manan025 i would like to this in golang

gopheramit avatar Oct 02 '21 09:10 gopheramit

@gopheramit Go assigned

manan025 avatar Oct 02 '21 09:10 manan025

#200

gopheramit avatar Oct 02 '21 09:10 gopheramit

Please assign me for C# implementation of Fibonacci series

DoyelA avatar Oct 02 '21 10:10 DoyelA

@manan025 hey, I want to implement this in C++.

Kshma29 avatar Oct 02 '21 16:10 Kshma29

@Diegoslourenco - Kotlin assigned

@manan025 I submitted the PR #235

Diegoslourenco avatar Oct 02 '21 17:10 Diegoslourenco

@Kshma29 - C++ already assigned to someone else

manan025 avatar Oct 02 '21 20:10 manan025

@DoyelA - C# assigned

manan025 avatar Oct 02 '21 20:10 manan025