Community Profile

photo

RAHUL DEY


Last seen: 2 days 前 自 2021 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

已解决


Find Logic 17

3 years 前

已解决


Find Logic 18

3 years 前

已解决


Find Logic 19

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前