Ali USTUN
Followers: 0 Following: 0
Python, C, MATLAB, VHDL
Spoken Languages:
English, Turkish
Statistiques
0 Problèmes
23 Solutions
RANG
N/A
of 301 383
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 252
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Circular Primes (based on Project Euler, problem 35)
The number, 197, is called a circular prime because all rotations of the digits: 197, 971, and 719, are themselves prime. The...
plus de 2 ans il y a
A résolu
Is this number Munchhausen?
In this problem, simply return 1 if a supplied number is Munchhausen or 0 if not. Example 153 is narcissistic but not a Munchh...
plus de 2 ans il y a
A résolu
Polite numbers. Politeness.
A polite number is an integer that sums of two or more consecutive positive integers. Politeness of a positive integer is a num...
plus de 2 ans il y a
A résolu
Parasitic numbers
Test whether the first input x is an n-parasitic number: <http://en.wikipedia.org/wiki/Parasitic_number>. ( _n_ is the second in...
plus de 2 ans il y a
A résolu
Kaprekar numbers
Test if the input is a Kaprekar number: <http://mathworld.wolfram.com/KaprekarNumber.html>. Return a logical true or false. ...
plus de 2 ans il y a
A résolu
Woodall number
Test whether the input is a Woodall number: <http://en.wikipedia.org/wiki/Woodall_number> _Please do not cheat by simply chec...
plus de 2 ans il y a
A résolu
Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...
plus de 2 ans il y a
A résolu
Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...
plus de 2 ans il y a
A résolu
find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..
plus de 2 ans il y a
A résolu
Determine if input is a perfect number
A perfect number occurs whent the sum of all divisors of a positive integer, except the number itself, equals the number. Examp...
plus de 2 ans il y a
A résolu
Fangs of a vampire number
A vampire number is a number v that is the product of two numbers x and y such that the following conditions are satisfied: at ...
plus de 2 ans il y a
A résolu
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
plus de 2 ans il y a
A résolu
Frugal number
check whether n is a frugal number * a frugal number is a natural number in a given number base that has more digits than the...
plus de 2 ans il y a
A résolu
Cantor counting
Find the nth cantor's rational number. the sequence is given below in the link. Sequence: 1/1,1/2,2/1,3/1,2/2,1/3,1/4... ... .....
plus de 2 ans il y a
A résolu
Be happy
check whether the given number is happy in b-base. * A happy number can be defined as a number which will yield 1 when it is ...
plus de 2 ans il y a
A résolu
Pell numbers
Find the nth pell number <https://en.wikipedia.org/wiki/Pell_number>
plus de 2 ans il y a
A résolu
Amicable numbers
Test whether two numbers are <https://en.wikipedia.org/wiki/Amicable_numbers amicable>, meaning that the sum of the proper divis...
plus de 2 ans il y a
A résolu
generate nth pentatope number
https://en.wikipedia.org/wiki/Pentatope_number
plus de 2 ans il y a
A résolu
check whether a number is a pentatope number
<https://oeis.org/A000332>
plus de 2 ans il y a
A résolu
Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...
plus de 2 ans il y a
A résolu
Determine if input is a Narcissistic number
<http://en.wikipedia.org/wiki/Narcissistic_number Narcissistic number> is a number that is the sum of its own digits each raised...
plus de 2 ans il y a


