Resuelto


Can the knight take out the pawn?
* position of knight = k * position of pawns = p can the knight take out those pawns? * k='Nf4' * p={'g6','g7'} then...

alrededor de 1 mes hace

Resuelto


Castling-01
Given the position of only one player's chess pieces(some of them) on the chessboard, figure out whether castling is valid or no...

alrededor de 1 mes hace

Resuelto


Checkmate
* The positions of different chess pieces are given in a cell *p* . * The position of the king is given as *x* Determine i...

alrededor de 1 mes hace

Resuelto


Bernoulli's Triangle
Generate the bernoulli's triangle upto nth row. <https://mathworld.wolfram.com/BernoulliTriangle.html>

alrededor de 1 mes hace

Resuelto


Solve an easy binary puzzle
A binary puzzle presents a square grid (or matrix) of cells in which each cell must be 0 or 1. The finished puzzle must follow t...

alrededor de 1 mes hace

Resuelto


Play Hocus Focus
The card game Hocus Focus starts by placing twelve cards with wizards face up on a table. The characteristics of the wizards tha...

alrededor de 1 mes hace

Resuelto


Indicate how the Prague astronomical clock strikes the hours
The astronomical clock in Prague has a bell that rings 1, 2, 3, or 4 times. The number of strokes follows the sequence 123432123...

alrededor de 1 mes hace

Resuelto


Convert integers from base 10 to proper primary notation
This problem is the companion to Cody Problem 60782. The proper primary system of expressing non-negative numbers has three digi...

alrededor de 1 mes hace

Resuelto


Express integers in negabinary
Negabinary numbers are written in base -2. For example, the negabinary number 11010 is , or 6 in base 10. In a similar way, -3 i...

alrededor de 1 mes hace

Resuelto


Convert integers from primary notation to base 10
The primary system of expressing numbers has three digits: m, x, and p, which correspond to -1, 0, and 1. The places in a primar...

alrededor de 1 mes hace

Resuelto


Simple addition
Add two numbers using a funciton

2 meses hace

Resuelto


Complete hydraulic geometry relations
Hydraulic geometry relations express the velocity , width , and depth of a river as a function of the discharge (or flow) , whi...

2 meses hace

Resuelto


EZ8
EZ

2 meses hace

Resuelto


EZ9
EZ

2 meses hace

Resuelto


EZ10
EZ

2 meses hace

Resuelto


EZ7
EZ

2 meses hace

Resuelto


EZ6

3 meses hace

Resuelto


EZ4

3 meses hace

Resuelto


EZ5
EZ5

3 meses hace

Resuelto


EZZ
EZZ

3 meses hace

Resuelto


EZ
EZ

3 meses hace

Resuelto


Determine whether a number is a Ludic prime
Ludic numbers are formed by a sieve. Start with a list of the positive integers. Skip 1 and start with 2. Then delete every seco...

3 meses hace

Resuelto


Find the closest canyon prime
My wife and I celebrated our honeymoon and most recent anniversary in Yellowstone and Grand Teton National Parks. After returnin...

3 meses hace

Resuelto


Sum along each diagonal of a matrix
Write a routine that returns the sums along the diagonals of a given matrix, A, where the first diagonal is the bottom left corn...

4 meses hace

Resuelto


TingTing
Output logical "true" if the input is the answer to luck and money$$$. Otherwise, output logical "false".

4 meses hace

Resuelto


Condition number of Kronecker product
Given NxN matrix A and MxM matrix B, where M,N<=1000, write a routine to compute the condition number of kron(A,B).

4 meses hace

Resuelto


List composite numbers that do not contain their prime factors as substrings
The number 63 has the prime factorization 3, 3, and 7, and it contains one of them (3) as a substring. In contrast, the number 4...

4 meses hace

Resuelto


area of a square
find the generic solution for an area of a square

4 meses hace

Resuelto


List Ormiston prime pairs
The numbers 1913 and 1931 form the first Ormiston prime pair. The numbers are consecutive primes, and they are anagrams of each ...

4 meses hace

Resuelto


List the partitions of an integer
Several Cody problems deal with partitions of an integer, or the ways an integer can be written as the sum of positive numbers—...

4 meses hace

Cargar más