Gelöst


add 9 to x
add 9 to x

mehr als 2 Jahre vor

Gelöst


add 10 to x
add 10 to x

mehr als 2 Jahre vor

Gelöst


add 11 to x
add 11 to x

mehr als 2 Jahre vor

Gelöst


Determine ground distance from an aircraft to a DME station
In aviation, distance measuring equipment (DME) uses radio signals to determine slant distance from an aircraft to a ground stat...

mehr als 2 Jahre vor

Gelöst


add 4 to x
add 4 to x

mehr als 2 Jahre vor

Gelöst


add three to x
add three to x

mehr als 2 Jahre vor

Gelöst


Add two to x
Add two to x

mehr als 2 Jahre vor

Gelöst


Basic Matlab Operation Bonanza
Given a horizontal array of numbers, perform the following operations, in order: transpose, flip matrix horizontally, flip matri...

mehr als 2 Jahre vor

Gelöst


dfgd
sfgdf

mehr als 2 Jahre vor

Gelöst


Compute the total length of lines between all vertices of a regular polygon
Write a function to compute the total length of between all vertices of a regular polygon inscribed in a unit circle. For exampl...

mehr als 2 Jahre vor

Gelöst


nxn matrix with elements from 1:n^2
really simple once you see what the matrix is supposed to look like. i appreciate what seems to be a clever approach to solving ...

mehr als 2 Jahre vor

Gelöst


Construct numbers from antidiagonals of stacks of binary numbers
A sequence is constructed in the following way: Express the numbers 1, 2, 3, 4, 5,… in binary and stack them, right-justified. T...

mehr als 2 Jahre vor

Gelöst


Roman to Integer Conversion
The idea behind this cody problem is to write a code that converts the Roman Numerals to Integers. A numeral system known as R...

mehr als 2 Jahre vor

Gelöst


Determine whether a number is a repfigit number
The number 28 is a repfigit number because it has more than one digit and it appears in the sequence starting with its digits an...

mehr als 2 Jahre vor

Gelöst


List lunar triangular numbers without duplication
Triangular numbers—which are the subject of Cody Problems 5, 291, 44289, 44732, 45833, 55680, 55695, and 55705—are the sums of c...

mehr als 2 Jahre vor

Gelöst


Primitive Root Modulo n
Given a positive integer n > 2, return a vector, v, of positive integers smaller than n that are primitive roots modulo n. If no...

mehr als 2 Jahre vor

Gelöst


ベクトルを作成する
0 から n までのベクトルを 2 間隔で作成します。

mehr als 2 Jahre vor

Gelöst


Logistic map
The sequence defined by x_n = 4*r*x_{n-1}*(1-x_{n-1}) and a given 0 < x_1 < 1 turns each x_n into a polynomial of r. Write a fu...

mehr als 2 Jahre vor

Gelöst


Bullseye Matrix with Zeros
Inspired by Problem 18, create a bullseye matrix with the addition of padding equal to 0 between concentric rings. Matrices are ...

mehr als 2 Jahre vor

Gelöst


Parametric Array
Create a row vector, 1xN (Integer, >1), such that the mean of the vector is M (Real number) and the standard deviation of the ...

mehr als 2 Jahre vor

Gelöst


Rotation matrix of a sequence of 3D points
Given a sequence of rotation matrices Rotation_Matrix [3x3xN], and a sequence of 3D points [3x1xN], compute the [3xN] sequence i...

mehr als 2 Jahre vor

Gelöst


ICFP 2023: Orchestra, Place Band members to maximize Audience net Happiness
The ICFP 2023 Competition in July was to place musicians on a stage to maximize the attendees net happiness. The musicians playe...

mehr als 2 Jahre vor

Gelöst


Determine if a number is a cool number
A number is considered cool if it is 3 digits, has a 5 in it, and is divisible by 4.

mehr als 2 Jahre vor

Gelöst


Sum of squares
Given a number n, return the sum of squares of all integers from 1 to n.

mehr als 2 Jahre vor

Gelöst


Palindrome vector
Check if a given vector is Palindrome. Example, [1 2 54 32 45 5 33 456 45 456 33 5 45 32 54 2 1]

mehr als 2 Jahre vor

Gelöst


sum
add two number

mehr als 2 Jahre vor

Gelöst


Palindrome String
Determine if the inputted string is a palindrome. That is, the string is the same forwards as it is backwards. For example: ...

mehr als 2 Jahre vor

Gelöst


Determine whether a number is a Zeisel number
Do you know what is interesting about the number 1729? That’s right: it’s the third Zeisel number, a number given by , where ...

mehr als 2 Jahre vor

Gelöst


Snakes and Ladders: Variable Die
This problem is a sequal to Problem 59132 Snakes and Ladders: Average Number of Turns. Instead of a 6-sided die, your function ...

mehr als 2 Jahre vor

Mehr laden