문제를 풀었습니다


Right shift an array n times with constant space.
Right shift an array n times with constant space, that is, no extra array can be used. Right shift operation: Last element com...

거의 5년 전

문제를 풀었습니다


Function - Cylinder Surface Area
The goal

거의 5년 전

문제를 풀었습니다


Find the number of days in a given year
Given a year number (eg. 2000) as input, find how many days are there in the given year.

거의 5년 전

문제를 풀었습니다


Find the sum of the following series
A(n)=(n*(n-1)!)/(n-2)!

거의 5년 전

문제를 풀었습니다


Count unique orderings of vertices of a polygon
Cody Problem 2671 asks us to determine whether four points can be the corners of a rectangle. The points are not necessarily inp...

거의 5년 전

문제를 풀었습니다


Create the flag of Ramumbia
The little known nation of Ramumbia has a very simple flag. It is made up of vertical stripes, Red, Green, Blue, that are equall...

거의 5년 전

문제를 풀었습니다


Sales Tax

거의 5년 전

문제를 풀었습니다


Sum the Infinite Series II
For any x in the range 0 < x and x < 2*pi radians, find the sum of the following infinite series: c = 1 + 1/2*cos(x) + 1/2*3...

거의 5년 전

문제를 풀었습니다


Compute the nth term from the golden sieve

거의 5년 전

문제를 풀었습니다


Count alternating permutations
In an alternating permutation of numbers 1 to n, the numbers are arranged so that they alternately increase and decrease. For ex...

거의 5년 전

문제를 풀었습니다


List the titles of Cody problems

거의 5년 전

문제를 풀었습니다


Make a Number From the First and Last Digit of an Input Number

거의 5년 전

문제를 풀었습니다


Make the first letter of a sentence Capital.

거의 5년 전

문제를 풀었습니다


Write a function to generate AND operation

거의 5년 전

문제를 풀었습니다


Solve an ODE: equation A

거의 5년 전

문제를 풀었습니다


Flip coins

거의 5년 전

문제를 풀었습니다


Iterate the sum of divisors and totient

거의 5년 전

문제를 풀었습니다


Find all the indices when a value repetition occurs

거의 5년 전

문제를 풀었습니다


Logic 11

거의 5년 전

문제를 풀었습니다


Find an inscribed square on a closed curve

거의 5년 전

문제를 풀었습니다


Convert any case sentence to Title Case

거의 5년 전

문제를 풀었습니다


Similar triangles

거의 5년 전

문제를 풀었습니다


Normalizing a vector

거의 5년 전

문제를 풀었습니다


Highest building

거의 5년 전

문제를 풀었습니다


End Digits

거의 5년 전

문제를 풀었습니다


Find the nearest value to the given one

거의 5년 전

문제를 풀었습니다


Digits Multiplication

거의 5년 전

문제를 풀었습니다


Min-Max digit

거의 5년 전

문제를 풀었습니다


Do you have the minimum age?

거의 5년 전

문제를 풀었습니다


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

거의 5년 전

더 보기