aayushi-droid/Edabit-Solutions

Recursion: Fibonacci Numbers

reginaEmyk opened this issue · 13 comments

Before jumping into Pr first comment for assign.

Problem statement : The nth Fibonacci number
Probelm Link : https://edabit.com/challenge/BfWjk87JLY5roKzg6
Choose one Cateorgy - Easy
question category : math, recursion


Before submitting a PR please Check some details.

  • fileName formet should be in camelcase
    example- returnTheNextNumber.py
  • Choose label for Problem , example- "good first issue", "easy"
  • In file there should be problem statement and link to problem
/* Problem-Task : This program will recursively calculate the nth given number in Fibonacci's sequence
 * Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
*/
int main() {
    int bla;
    return 0;
}

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github
Good Luck,

re-nk commented

Hello, I'm a newbie c++ programmer, please assign this to me

pls assign this to me.

I can code it in Java, C++ and Python

Do assign. I can do it in any language. Easy category.

ayu16 commented

please can you assign this to me I can do it any language

please assign me i will do in c language

Please assign me this.

Assign me any problem in CPP or Java I am ready to work on it.

Could you please assign me for this task ?

can u assign this issue to me plz.

Please assign this to me.

@BananaMoshpit can i work on this issue!!

re-nk commented

@Zaidtech it's not me who owns the rep, I think you'd be assigned after submitting a pull request linked to an issue that you (may) open.

But there's already a fibonacci function added so there's no use adding another