Community Profile

photo

RAHUL DEY


Last seen: 2 jours il y a Actif depuis 2021

Followers: 0   Following: 0

Contact

Statistiques

  • Explorer
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • Commenter
  • Promoter
  • Solver
  • First Review
  • GitHub Submissions Level 1
  • First Submission

Afficher les badges

Feeds

Afficher par

A résolu


Find Logic 17

environ 3 ans il y a

A résolu


Find Logic 18

environ 3 ans il y a

A résolu


Find Logic 19

environ 3 ans il y a

A résolu


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

environ 3 ans il y a

A résolu


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

environ 3 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

environ 3 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 3 ans il y a