Risolto


Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...

oltre 12 anni fa

Risolto


the fastest driver
the fastest driver

oltre 12 anni fa

Problema


the fastest driver
the fastest driver

oltre 12 anni fa | 0 | 9 risolutori

Risolto


I really like a combined
If you know the name man from AGH who have more luck than sense, you will do it !

oltre 12 anni fa

Risolto


Do you lile S.K.?
Say: True or False

oltre 12 anni fa

Risolto


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

oltre 12 anni fa

Risolto


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

oltre 12 anni fa

Problema


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

oltre 12 anni fa | 2 | 608 risolutori

Risolto


to the power
fix code

oltre 12 anni fa

Problema


to the power
fix code

oltre 12 anni fa | 0 | 9 risolutori

Risolto


area of triangle
h=5 and x

oltre 12 anni fa

Problema


area of triangle
h=5 and x

oltre 12 anni fa | 0 | 10 risolutori

Problema


calculate area of triangle
calculate area if you have a and h

oltre 12 anni fa | 0 | 0 risolutori

Risolto


Calcucate area of square
calcutae area for example 1*1=2 ...

oltre 12 anni fa

Problema


Calcucate area of square
calcutae area for example 1*1=2 ...

oltre 12 anni fa | 0 | 10 risolutori

Risolto


Grandpa's telescope
Two grandkids Dorothy and Benjamin are sharing a telescope made by their grandpa, who used an old lens of spectacles as the obje...

oltre 12 anni fa

Risolto


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

oltre 12 anni fa

Risolto


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

oltre 12 anni fa

Risolto


Love triangles
Given a vector of lengths [a b c], determines whether a triangle with non-zero area (in two-dimensional Euclidean space, smarty!...

oltre 12 anni fa

Risolto


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

oltre 12 anni fa

Risolto


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

oltre 12 anni fa

Risolto


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

oltre 12 anni fa

Risolto


surface of a spherical planet
you just discovered its circumference, that is the input.

oltre 12 anni fa

Risolto


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

oltre 12 anni fa

Risolto


Diophantine Equations (Inspired by Project Euler, problem 66)
Consider the quadratic Diophantine equation of the form: x^2 – Dy^2 = 1 When D=13, the minimal solution in x is 6492 – 13×...

oltre 12 anni fa

Risolto


Infinite precision division
Develop a function that will divide a very very large integer numerator, supplied to function as a string (e.g., '12233344445555...

oltre 12 anni fa

Risolto


Recurring Cycle Length (Inspired by Project Euler Problem 26)
Preface: This problem is inspired by <http://projecteuler.net/problem=26 Project Euler Problem 26> and uses text from that quest...

oltre 12 anni fa

Risolto


Project Euler: Problem 16, Sums of Digits of Powers of Two
2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. What is the sum of the digits of the number 2^N? Thanks ...

oltre 12 anni fa

Risolto


Project Euler: Problem 4, Palindromic numbers
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 ...

oltre 12 anni fa

Risolto


Project Euler: Problem 9, Pythagorean numbers
A Pythagorean triplet is a set of three natural numbers, a b c, for which, a^2 + b^2 = c^2 For example, 3^2 + 4^2 =...

oltre 12 anni fa

Carica altro