Community Profile

photo

RAHUL DEY


Last seen: 18 giorni fa Attivo dal 2021

Statistiche

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

Visualizza badge

Content Feed

Visto da

Risolto


Find Logic 17

circa 3 anni fa

Risolto


Find Logic 18

circa 3 anni fa

Risolto


Find Logic 19

circa 3 anni fa

Risolto


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...

circa 3 anni fa

Risolto


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)...

circa 3 anni fa

Risolto


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...

circa 3 anni fa

Risolto


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:...

circa 3 anni fa