Risolto


Ulam primes first formula
Historical context The polish-american mathematician Stanislaw Ulam found the formula to give the first 760 prime numbers ...

circa un anno fa

Risolto


Ulam primes second formula
Historical context The polish-american mathematician Stanislaw Ulam found the formula to give some prime numbers not given...

circa un anno fa

Risolto


Euler primes
Historical context The great swiss mathematician Leonhard Euler found the formula to give some prime numbers. Problem...

circa un anno fa

Risolto


Prime numbers which are the difference of two consecutive cubes
Problem statement Given a positive integer n greater than 2, find the prime numbers less or equal to n and which are the diff...

circa un anno fa

Risolto


Find the first occurence of a given gap between two consecutive prime numbers
Given a gap = p' - p between the two consecutive prime numbers p and p', find its first occurence, f. For examples : If , f=...

circa un anno fa

Risolto


Frequencies of prime gaps
Given two positive integers n and , write a function which computes the frequency of the gap between two consecutive of the pr...

circa un anno fa

Risolto


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

circa un anno fa

Risolto


Compute the antisigma function
The sum of divisors function, or , is the sum of the numbers that divide . The antisigma function is the sum of numbers less tha...

circa un anno fa

Risolto


Classify triangles as acute, obtuse, or right
In an acute triangle, the three interior angles are acute, or smaller than 90 degrees. In an obtuse triangle, one angle is obtus...

circa un anno fa

Risolto


Most Frequent Characters
Given a document file or a character array, identify the 'n' most frequently occurring characters and the number of times each a...

circa un anno fa

Risolto


Symmetric Pair
Given an (n, 2) matrix, remove any symmetric pairs from the matrix. Keep the first occurrence. (2, 3) and (3, 2) are considere...

circa un anno fa

Risolto


Unique rows
A matrix is given as the input. Remove any duplicate rows from the matrix. keep the first occurrence.

circa un anno fa

Risolto


Pairs with Given Sum
Given an array of integers and a target sum, return all unique pairs whose sum is equal to the target. The output should be a ma...

circa un anno fa

Risolto


Last Duplicate
Given an array of integers, find the last duplicate element — that is, the element whose second occurrence appears latest in the...

circa un anno fa

Risolto


Dominant Matrix - 02
It is a follow-up of the problem 55995. There, you found out whether a matrix is diagonally dominant or not. In this problem, y...

circa un anno fa

Risolto


First Duplicate
Given an array of integers, return the first duplicate — i.e., the element that appears more than once and whose second appearan...

circa un anno fa

Risolto


'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...

circa un anno fa

Risolto


Greater than before
Given an array of integers, write a function that returns elements that are greater than the one before them. For instance, ...

circa un anno fa

Risolto


Intersect three sequences
Most numbers have interesting properties, if you look hard enough and interpret “interesting” liberally. Let’s choose a number a...

oltre un anno fa

Risolto


Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...

oltre un anno fa

Risolto


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

oltre un anno fa

Risolto


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

oltre un anno fa

Risolto


add num
add two numbers a and b

oltre un anno fa

Risolto


round pi
round pi

oltre un anno fa

Risolto


wordle
create a dictionary and a playable game of wordle, figure out the solution.

oltre un anno fa

Risolto


num10
123456

oltre un anno fa

Risolto


num9
num

oltre un anno fa

Risolto


num8
num

oltre un anno fa

Risolto


num7
num

oltre un anno fa

Risolto


num6
num

oltre un anno fa

Carica altro