photo

Kritika Singh

MathWorks

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

Followers: 0   Following: 0

统计学

All
  • Revival Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


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 前