photo

Lukas


Last seen: 6 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

已解决


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

8 months 前

已解决


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

9 months 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

9 months 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

9 months 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 months 前

已解决


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

9 months 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

9 months 前

已解决


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

9 months 前

提问


using asynchronous tests with Eventually in a testscript with runtests
The Eventually-method is great for testing time-related checks without having to wait a fixed sufficiently-high amount of time, ...

9 months 前 | 1 个回答 | 0

1

个回答